Html Css Color HEX #CC6ED8 Orchid

📋 copy color: '#CC6ED8'

red 204 ◦ green 110 ◦ blue 216

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

Shades of Orchid #CC6ED8

Tints of Orchid #CC6ED8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.75%

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

R = 38.49%
G = 20.75%
B = 40.75%

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

#CC6ED8 (or 0xCC6ED8) is known color: Orchid. HEX triplet: CC, 6E and D8. RGB value is (204,110,216). Sum of RGB (Red+Green+Blue) = 204+110+216=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC6ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6ED8 is #339127. Grayscale: #959595. Windows color (decimal): -3379496 or 14184140. OLE color: 14184140.

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

Color convert

RGB 204 110 216 -
CMYK 0.06 0.49 0 0.15
HSL 293.21º 0.58% 0.64% -
HSV(B) 293.21º 0.49% 0.85% -
XYZ 42.87 28.95 68.29 -
YUV 150.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 204 110 216 0.06 0.49 0 0.15 293.21 0.58 0.64
Hex CC 6E D8 6 31 0 F 125 3A 40
Octal 314 156 330 6 61 0 17 445 72 100
Binary 11001100 1101110 11011000 110 110001 0 1111 100100101 111010 1000000

Color Harmonies of #CC6ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6ED8

Black with #CC6ED8

Text Example


Text Example

White with #CC6ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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