Html Css Color HEX #CC75BB Orchid

📋 copy color: '#CC75BB'

red 204 ◦ green 117 ◦ blue 187

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

Shades of Orchid #CC75BB

Tints of Orchid #CC75BB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.03%

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

R = 40.16%
G = 23.03%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC75BB (or 0xCC75BB) is known color: Orchid. HEX triplet: CC, 75 and BB. RGB value is (204,117,187). Sum of RGB (Red+Green+Blue) = 204+117+187=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC75BB is #338A44. Grayscale: #969696. Windows color (decimal): -3377733 or 12285388. OLE color: 12285388.

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

Color convert

RGB 204 117 187 -
CMYK 0 0.43 0.08 0.2
HSL 311.72º 0.46% 0.63% -
HSV(B) 311.72º 0.43% 0.8% -
XYZ 40.23 29.15 50.52 -
YUV 150.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 204 117 187 0 0.43 0.08 0.2 311.72 0.46 0.63
Hex CC 75 BB 0 2B 8 14 138 2E 3F
Octal 314 165 273 0 53 10 24 470 56 77
Binary 11001100 1110101 10111011 0 101011 1000 10100 100111000 101110 111111

Color Harmonies of #CC75BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC75BB

Black with #CC75BB

Text Example


Text Example

White with #CC75BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC75BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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