Html Css Color HEX #CB75B8 Orchid

📋 copy color: '#CB75B8'

red 203 ◦ green 117 ◦ blue 184

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

Shades of Orchid #CB75B8

Tints of Orchid #CB75B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 40.28%
G = 23.21%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB75B8 (or 0xCB75B8) is known color: Orchid. HEX triplet: CB, 75 and B8. RGB value is (203,117,184). Sum of RGB (Red+Green+Blue) = 203+117+184=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75B8 is #348A47. Grayscale: #969696. Windows color (decimal): -3443272 or 12088779. OLE color: 12088779.

HSL color Cylindrical-coordinate representation of color #CB75B8: hue angle of 313.26º 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 #CB75B8 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 117 184 -
CMYK 0 0.42 0.09 0.20
HSL 313.26º 0.45% 0.63% -
HSV(B) 313.26º 0.42% 0.8% -
XYZ 39.64 28.88 48.83 -
YUV 150.35 146.99 165.55 -
System Red Green Blue C M Y K H S L
Decimal 203 117 184 0 0.42 0.09 0.20 313.26 0.45 0.63
Hex CB 75 B8 0 2A 9 14 139 2D 3F
Octal 313 165 270 0 52 11 24 471 55 77
Binary 11001011 1110101 10111000 0 101010 1001 10100 100111001 101101 111111

Color Harmonies of #CB75B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB75B8

Black with #CB75B8

Text Example


Text Example

White with #CB75B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB75B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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