Html Css Color HEX #CC6DD8 Orchid

📋 copy color: '#CC6DD8'

red 204 ◦ green 109 ◦ blue 216

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

Shades of Orchid #CC6DD8

Tints of Orchid #CC6DD8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.6%

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

R = 38.56%
G = 20.6%
B = 40.83%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC6DD8 (or 0xCC6DD8) is known color: Orchid. HEX triplet: CC, 6D and D8. RGB value is (204,109,216). Sum of RGB (Red+Green+Blue) = 204+109+216=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC6DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DD8 is #339227. Grayscale: #959595. Windows color (decimal): -3379752 or 14183884. OLE color: 14183884.

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

Color convert

RGB 204 109 216 -
CMYK 0.06 0.50 0 0.15
HSL 293.27º 0.58% 0.64% -
HSV(B) 293.27º 0.5% 0.85% -
XYZ 42.77 28.73 68.26 -
YUV 149.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 204 109 216 0.06 0.50 0 0.15 293.27 0.58 0.64
Hex CC 6D D8 6 32 0 F 125 3A 40
Octal 314 155 330 6 62 0 17 445 72 100
Binary 11001100 1101101 11011000 110 110010 0 1111 100100101 111010 1000000

Color Harmonies of #CC6DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DD8

Black with #CC6DD8

Text Example


Text Example

White with #CC6DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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