Html Css Color HEX #CC67DC Orchid

📋 copy color: '#CC67DC'

red 204 ◦ green 103 ◦ blue 220

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

Shades of Orchid #CC67DC

Tints of Orchid #CC67DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.54%

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 38.71%
G = 19.54%
B = 41.75%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC67DC (or 0xCC67DC) is known color: Orchid. HEX triplet: CC, 67 and DC. RGB value is (204,103,220). Sum of RGB (Red+Green+Blue) = 204+103+220=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC67DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67DC is #339823. Grayscale: #929292. Windows color (decimal): -3381284 or 14444492. OLE color: 14444492.

HSL color Cylindrical-coordinate representation of color #CC67DC: hue angle of 291.79º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC67DC is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 103 220 -
CMYK 0.07 0.53 0 0.14
HSL 291.79º 0.63% 0.63% -
HSV(B) 291.79º 0.53% 0.86% -
XYZ 42.67 27.71 70.81 -
YUV 146.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 204 103 220 0.07 0.53 0 0.14 291.79 0.63 0.63
Hex CC 67 DC 7 35 0 E 124 3F 3F
Octal 314 147 334 7 65 0 16 444 77 77
Binary 11001100 1100111 11011100 111 110101 0 1110 100100100 111111 111111

Color Harmonies of #CC67DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC67DC

Black with #CC67DC

Text Example


Text Example

White with #CC67DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC67DC; }

 p { color: rgb(204,103,220); }

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

background-color css

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

 a { background-color: rgb(204,103,220); }

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

border-color css

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

 span { border-color: rgb(204,103,220); }

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