Html Css Color HEX #CC6DBF Orchid

📋 copy color: '#CC6DBF'

red 204 ◦ green 109 ◦ blue 191

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

Shades of Orchid #CC6DBF

Tints of Orchid #CC6DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.9%

R = 40.48%
G = 21.63%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC6DBF (or 0xCC6DBF) is known color: Orchid. HEX triplet: CC, 6D and BF. RGB value is (204,109,191). Sum of RGB (Red+Green+Blue) = 204+109+191=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DBF is #339240. Grayscale: #929292. Windows color (decimal): -3379777 or 12545484. OLE color: 12545484.

HSL color Cylindrical-coordinate representation of color #CC6DBF: hue angle of 308.21º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6DBF is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 109 191 -
CMYK 0 0.47 0.06 0.2
HSL 308.21º 0.48% 0.61% -
HSV(B) 308.21º 0.47% 0.8% -
XYZ 39.77 27.54 52.51 -
YUV 146.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 204 109 191 0 0.47 0.06 0.2 308.21 0.48 0.61
Hex CC 6D BF 0 2F 6 14 134 30 3D
Octal 314 155 277 0 57 6 24 464 60 75
Binary 11001100 1101101 10111111 0 101111 110 10100 100110100 110000 111101

Color Harmonies of #CC6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DBF

Black with #CC6DBF

Text Example


Text Example

White with #CC6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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