Html Css Color HEX #CC78DF Orchid

📋 copy color: '#CC78DF'

red 204 ◦ green 120 ◦ blue 223

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

Shades of Orchid #CC78DF

Tints of Orchid #CC78DF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.94%

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 37.29%
G = 21.94%
B = 40.77%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC78DF (or 0xCC78DF) is known color: Orchid. HEX triplet: CC, 78 and DF. RGB value is (204,120,223). Sum of RGB (Red+Green+Blue) = 204+120+223=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78DF is #338720. Grayscale: #9C9C9C. Windows color (decimal): -3376929 or 14645452. OLE color: 14645452.

HSL color Cylindrical-coordinate representation of color #CC78DF: hue angle of 288.93º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC78DF is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 120 223 -
CMYK 0.09 0.46 0 0.13
HSL 288.93º 0.62% 0.67% -
HSV(B) 288.93º 0.46% 0.87% -
XYZ 44.94 31.6 73.54 -
YUV 156.86 165.33 161.62 -
System Red Green Blue C M Y K H S L
Decimal 204 120 223 0.09 0.46 0 0.13 288.93 0.62 0.67
Hex CC 78 DF 9 2E 0 D 121 3E 43
Octal 314 170 337 11 56 0 15 441 76 103
Binary 11001100 1111000 11011111 1001 101110 0 1101 100100001 111110 1000011

Color Harmonies of #CC78DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78DF

Black with #CC78DF

Text Example


Text Example

White with #CC78DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78DF; }

 p { color: rgb(204,120,223); }

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

background-color css

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

 a { background-color: rgb(204,120,223); }

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

border-color css

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

 span { border-color: rgb(204,120,223); }

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