Html Css Color HEX #CB75BB Orchid

📋 copy color: '#CB75BB'

red 203 ◦ green 117 ◦ blue 187

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

Shades of Orchid #CB75BB

Tints of Orchid #CB75BB

RGB

 RED value IS 203 (79.69% from 255) = 40.04%

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

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

R = 40.04%
G = 23.08%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB75BB (or 0xCB75BB) is known color: Orchid. HEX triplet: CB, 75 and BB. RGB value is (203,117,187). Sum of RGB (Red+Green+Blue) = 203+117+187=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75BB is #348A44. Grayscale: #969696. Windows color (decimal): -3443269 or 12285387. OLE color: 12285387.

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

Color convert

RGB 203 117 187 -
CMYK 0 0.42 0.08 0.20
HSL 311.16º 0.45% 0.63% -
HSV(B) 311.16º 0.42% 0.8% -
XYZ 39.96 29.01 50.51 -
YUV 150.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 203 117 187 0 0.42 0.08 0.20 311.16 0.45 0.63
Hex CB 75 BB 0 2A 8 14 137 2D 3F
Octal 313 165 273 0 52 10 24 467 55 77
Binary 11001011 1110101 10111011 0 101010 1000 10100 100110111 101101 111111

Color Harmonies of #CB75BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB75BB

Black with #CB75BB

Text Example


Text Example

White with #CB75BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB75BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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