Html Css Color HEX #CC6FBB Orchid

📋 copy color: '#CC6FBB'

red 204 ◦ green 111 ◦ blue 187

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

Shades of Orchid #CC6FBB

Tints of Orchid #CC6FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.25%

R = 40.64%
G = 22.11%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC6FBB (or 0xCC6FBB) is known color: Orchid. HEX triplet: CC, 6F and BB. RGB value is (204,111,187). Sum of RGB (Red+Green+Blue) = 204+111+187=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6FBB is #339044. Grayscale: #939393. Windows color (decimal): -3379269 or 12283852. OLE color: 12283852.

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

Color convert

RGB 204 111 187 -
CMYK 0 0.46 0.08 0.2
HSL 310.97º 0.48% 0.62% -
HSV(B) 310.97º 0.46% 0.8% -
XYZ 39.56 27.79 50.29 -
YUV 147.47 150.31 168.32 -
System Red Green Blue C M Y K H S L
Decimal 204 111 187 0 0.46 0.08 0.2 310.97 0.48 0.62
Hex CC 6F BB 0 2E 8 14 137 30 3E
Octal 314 157 273 0 56 10 24 467 60 76
Binary 11001100 1101111 10111011 0 101110 1000 10100 100110111 110000 111110

Color Harmonies of #CC6FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FBB

Black with #CC6FBB

Text Example


Text Example

White with #CC6FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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