Html Css Color HEX #CC6BDD Orchid

📋 copy color: '#CC6BDD'

red 204 ◦ green 107 ◦ blue 221

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

Shades of Orchid #CC6BDD

Tints of Orchid #CC6BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.11%

 BLUE value IS 221 (86.72% from 255) = 41.54%

R = 38.35%
G = 20.11%
B = 41.54%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC6BDD (or 0xCC6BDD) is known color: Orchid. HEX triplet: CC, 6B and DD. RGB value is (204,107,221). Sum of RGB (Red+Green+Blue) = 204+107+221=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6BDD is #339422. Grayscale: #949494. Windows color (decimal): -3380259 or 14511052. OLE color: 14511052.

HSL color Cylindrical-coordinate representation of color #CC6BDD: hue angle of 291.05º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC6BDD is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 107 221 -
CMYK 0.08 0.52 0 0.13
HSL 291.05º 0.63% 0.64% -
HSV(B) 291.05º 0.52% 0.87% -
XYZ 43.21 28.57 71.64 -
YUV 149 168.64 167.23 -
System Red Green Blue C M Y K H S L
Decimal 204 107 221 0.08 0.52 0 0.13 291.05 0.63 0.64
Hex CC 6B DD 8 34 0 D 123 3F 40
Octal 314 153 335 10 64 0 15 443 77 100
Binary 11001100 1101011 11011101 1000 110100 0 1101 100100011 111111 1000000

Color Harmonies of #CC6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BDD

Black with #CC6BDD

Text Example


Text Example

White with #CC6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BDD; }

 p { color: rgb(204,107,221); }

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

background-color css

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

 a { background-color: rgb(204,107,221); }

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

border-color css

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

 span { border-color: rgb(204,107,221); }

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