Html Css Color HEX #CC67D8 Orchid

📋 copy color: '#CC67D8'

red 204 ◦ green 103 ◦ blue 216

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

Shades of Orchid #CC67D8

Tints of Orchid #CC67D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.3%

R = 39.01%
G = 19.69%
B = 41.3%

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

#CC67D8 (or 0xCC67D8) is known color: Orchid. HEX triplet: CC, 67 and D8. RGB value is (204,103,216). Sum of RGB (Red+Green+Blue) = 204+103+216=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC67D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC67D8 is #339827. Grayscale: #919191. Windows color (decimal): -3381288 or 14182348. OLE color: 14182348.

HSL color Cylindrical-coordinate representation of color #CC67D8: hue angle of 293.63º degrees, saturation: 0.59, 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 #CC67D8 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 103 216 -
CMYK 0.06 0.52 0 0.15
HSL 293.63º 0.59% 0.63% -
HSV(B) 293.63º 0.52% 0.85% -
XYZ 42.15 27.5 68.05 -
YUV 146.08 167.46 169.31 -
System Red Green Blue C M Y K H S L
Decimal 204 103 216 0.06 0.52 0 0.15 293.63 0.59 0.63
Hex CC 67 D8 6 34 0 F 126 3B 3F
Octal 314 147 330 6 64 0 17 446 73 77
Binary 11001100 1100111 11011000 110 110100 0 1111 100100110 111011 111111

Color Harmonies of #CC67D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC67D8

Black with #CC67D8

Text Example


Text Example

White with #CC67D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC67D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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