Html Css Color HEX #CB75B6 Orchid

📋 copy color: '#CB75B6'

red 203 ◦ green 117 ◦ blue 182

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

Shades of Orchid #CB75B6

Tints of Orchid #CB75B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.25%

R = 40.44%
G = 23.31%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB75B6 (or 0xCB75B6) is known color: Orchid. HEX triplet: CB, 75 and B6. RGB value is (203,117,182). Sum of RGB (Red+Green+Blue) = 203+117+182=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB75B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75B6 is #348A49. Grayscale: #959595. Windows color (decimal): -3443274 or 11957707. OLE color: 11957707.

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

Color convert

RGB 203 117 182 -
CMYK 0 0.42 0.10 0.20
HSL 314.65º 0.45% 0.63% -
HSV(B) 314.65º 0.42% 0.8% -
XYZ 39.43 28.8 47.74 -
YUV 150.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 203 117 182 0 0.42 0.10 0.20 314.65 0.45 0.63
Hex CB 75 B6 0 2A A 14 13B 2D 3F
Octal 313 165 266 0 52 12 24 473 55 77
Binary 11001011 1110101 10110110 0 101010 1010 10100 100111011 101101 111111

Color Harmonies of #CB75B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB75B6

Black with #CB75B6

Text Example


Text Example

White with #CB75B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB75B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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