Html Css Color HEX #CC6FDF Orchid

📋 copy color: '#CC6FDF'

red 204 ◦ green 111 ◦ blue 223

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

Shades of Orchid #CC6FDF

Tints of Orchid #CC6FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 37.92%
G = 20.63%
B = 41.45%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC6FDF (or 0xCC6FDF) is known color: Orchid. HEX triplet: CC, 6F and DF. RGB value is (204,111,223). Sum of RGB (Red+Green+Blue) = 204+111+223=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC6FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FDF is #339020. Grayscale: #979797. Windows color (decimal): -3379233 or 14643148. OLE color: 14643148.

HSL color Cylindrical-coordinate representation of color #CC6FDF: hue angle of 289.82º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6FDF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 111 223 -
CMYK 0.09 0.50 0 0.13
HSL 289.82º 0.64% 0.65% -
HSV(B) 289.82º 0.5% 0.87% -
XYZ 43.91 29.53 73.2 -
YUV 151.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 204 111 223 0.09 0.50 0 0.13 289.82 0.64 0.65
Hex CC 6F DF 9 32 0 D 122 40 41
Octal 314 157 337 11 62 0 15 442 100 101
Binary 11001100 1101111 11011111 1001 110010 0 1101 100100010 1000000 1000001

Color Harmonies of #CC6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FDF

Black with #CC6FDF

Text Example


Text Example

White with #CC6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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