Html Css Color HEX #CC6FD1 Orchid

📋 copy color: '#CC6FD1'

red 204 ◦ green 111 ◦ blue 209

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

Shades of Orchid #CC6FD1

Tints of Orchid #CC6FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.89%

R = 38.93%
G = 21.18%
B = 39.89%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC6FD1 (or 0xCC6FD1) is known color: Orchid. HEX triplet: CC, 6F and D1. RGB value is (204,111,209). Sum of RGB (Red+Green+Blue) = 204+111+209=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: blue. Hex color #CC6FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FD1 is #33902E. Grayscale: #959595. Windows color (decimal): -3379247 or 13725644. OLE color: 13725644.

HSL color Cylindrical-coordinate representation of color #CC6FD1: hue angle of 296.94º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6FD1 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 111 209 -
CMYK 0.02 0.47 0 0.18
HSL 296.94º 0.52% 0.63% -
HSV(B) 296.94º 0.47% 0.82% -
XYZ 42.09 28.81 63.66 -
YUV 149.98 161.31 166.53 -
System Red Green Blue C M Y K H S L
Decimal 204 111 209 0.02 0.47 0 0.18 296.94 0.52 0.63
Hex CC 6F D1 2 2F 0 12 129 34 3F
Octal 314 157 321 2 57 0 22 451 64 77
Binary 11001100 1101111 11010001 10 101111 0 10010 100101001 110100 111111

Color Harmonies of #CC6FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FD1

Black with #CC6FD1

Text Example


Text Example

White with #CC6FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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