Html Css Color HEX #CC6FE4 Orchid

📋 copy color: '#CC6FE4'

red 204 ◦ green 111 ◦ blue 228

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

Shades of Orchid #CC6FE4

Tints of Orchid #CC6FE4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.44%

 BLUE value IS 228 (89.45% from 255) = 41.99%

R = 37.57%
G = 20.44%
B = 41.99%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CC6FE4 (or 0xCC6FE4) is known color: Orchid. HEX triplet: CC, 6F and E4. RGB value is (204,111,228). Sum of RGB (Red+Green+Blue) = 204+111+228=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC6FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FE4 is #33901B. Grayscale: #979797. Windows color (decimal): -3379228 or 14970828. OLE color: 14970828.

HSL color Cylindrical-coordinate representation of color #CC6FE4: hue angle of 287.69º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6FE4 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 111 228 -
CMYK 0.11 0.51 0 0.11
HSL 287.69º 0.68% 0.66% -
HSV(B) 287.69º 0.51% 0.89% -
XYZ 44.59 29.81 76.8 -
YUV 152.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 204 111 228 0.11 0.51 0 0.11 287.69 0.68 0.66
Hex CC 6F E4 B 33 0 B 120 44 42
Octal 314 157 344 13 63 0 13 440 104 102
Binary 11001100 1101111 11100100 1011 110011 0 1011 100100000 1000100 1000010

Color Harmonies of #CC6FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FE4

Black with #CC6FE4

Text Example


Text Example

White with #CC6FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FE4; }

 p { color: rgb(204,111,228); }

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

background-color css

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

 a { background-color: rgb(204,111,228); }

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

border-color css

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

 span { border-color: rgb(204,111,228); }

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