Html Css Color HEX #CB75B9 Orchid

📋 copy color: '#CB75B9'

red 203 ◦ green 117 ◦ blue 185

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

Shades of Orchid #CB75B9

Tints of Orchid #CB75B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 40.2%
G = 23.17%
B = 36.63%

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

#CB75B9 (or 0xCB75B9) is known color: Orchid. HEX triplet: CB, 75 and B9. RGB value is (203,117,185). Sum of RGB (Red+Green+Blue) = 203+117+185=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75B9 is #348A46. Grayscale: #969696. Windows color (decimal): -3443271 or 12154315. OLE color: 12154315.

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

Color convert

RGB 203 117 185 -
CMYK 0 0.42 0.09 0.20
HSL 312.56º 0.45% 0.63% -
HSV(B) 312.56º 0.42% 0.8% -
XYZ 39.75 28.92 49.39 -
YUV 150.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 203 117 185 0 0.42 0.09 0.20 312.56 0.45 0.63
Hex CB 75 B9 0 2A 9 14 139 2D 3F
Octal 313 165 271 0 52 11 24 471 55 77
Binary 11001011 1110101 10111001 0 101010 1001 10100 100111001 101101 111111

Color Harmonies of #CB75B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB75B9

Black with #CB75B9

Text Example


Text Example

White with #CB75B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB75B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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