Html Css Color HEX #CC6FD8 Orchid

📋 copy color: '#CC6FD8'

red 204 ◦ green 111 ◦ blue 216

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

Shades of Orchid #CC6FD8

Tints of Orchid #CC6FD8

RGB

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

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

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

R = 38.42%
G = 20.9%
B = 40.68%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC6FD8 (or 0xCC6FD8) is known color: Orchid. HEX triplet: CC, 6F and D8. RGB value is (204,111,216). Sum of RGB (Red+Green+Blue) = 204+111+216=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC6FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FD8 is #339027. Grayscale: #969696. Windows color (decimal): -3379240 or 14184396. OLE color: 14184396.

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

Color convert

RGB 204 111 216 -
CMYK 0.06 0.49 0 0.15
HSL 293.14º 0.57% 0.64% -
HSV(B) 293.14º 0.49% 0.85% -
XYZ 42.98 29.16 68.33 -
YUV 150.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 204 111 216 0.06 0.49 0 0.15 293.14 0.57 0.64
Hex CC 6F D8 6 31 0 F 125 39 40
Octal 314 157 330 6 61 0 17 445 71 100
Binary 11001100 1101111 11011000 110 110001 0 1111 100100101 111001 1000000

Color Harmonies of #CC6FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FD8

Black with #CC6FD8

Text Example


Text Example

White with #CC6FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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