Html Css Color HEX #CC69DA Orchid

📋 copy color: '#CC69DA'

red 204 ◦ green 105 ◦ blue 218

#CC69DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CC69DA

Tints of Orchid #CC69DA

RGB

 RED value IS 204 (80.08% from 255) = 38.71%

 GREEN value IS 105 (41.41% from 255) = 19.92%

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 38.71%
G = 19.92%
B = 41.37%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC69DA (or 0xCC69DA) is known color: Orchid. HEX triplet: CC, 69 and DA. RGB value is (204,105,218). Sum of RGB (Red+Green+Blue) = 204+105+218=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC69DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC69DA is #339625. Grayscale: #939393. Windows color (decimal): -3380774 or 14313932. OLE color: 14313932.

HSL color Cylindrical-coordinate representation of color #CC69DA: hue angle of 292.57º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC69DA is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 105 218 -
CMYK 0.06 0.52 0 0.15
HSL 292.57º 0.6% 0.63% -
HSV(B) 292.57º 0.52% 0.85% -
XYZ 42.61 28 69.49 -
YUV 147.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 204 105 218 0.06 0.52 0 0.15 292.57 0.6 0.63
Hex CC 69 DA 6 34 0 F 125 3C 3F
Octal 314 151 332 6 64 0 17 445 74 77
Binary 11001100 1101001 11011010 110 110100 0 1111 100100101 111100 111111

Color Harmonies of #CC69DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC69DA

Black with #CC69DA

Text Example


Text Example

White with #CC69DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC69DA; }

 p { color: rgb(204,105,218); }

 H1.HeaderClassName
 {
   color: #CC69DA;
 }
 .AnyTagClassName
 {
   color: #CC69DA;
 }
</style>

background-color css

<style>
 a { background-color: #CC69DA; }

 a { background-color: rgb(204,105,218); }

 div.DivClassName
 {
   background-color: #CC69DA;
 }
 .BgClassName
 {
   background-color: #CC69DA;
 }
</style>

border-color css

<style>
 span { border-color: #CC69DA; }

 span { border-color: rgb(204,105,218); }

 td.TdClassName
 {
   border-color: #CC69DA;
 }
 .TagClassName
 {
   border-color: #CC69DA;
 }
</style>