Html Css Color HEX #CB71B8 Orchid

📋 copy color: '#CB71B8'

red 203 ◦ green 113 ◦ blue 184

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

Shades of Orchid #CB71B8

Tints of Orchid #CB71B8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.6%

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

R = 40.6%
G = 22.6%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CB71B8 (or 0xCB71B8) is known color: Orchid. HEX triplet: CB, 71 and B8. RGB value is (203,113,184). Sum of RGB (Red+Green+Blue) = 203+113+184=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71B8 is #348E47. Grayscale: #939393. Windows color (decimal): -3444296 or 12087755. OLE color: 12087755.

HSL color Cylindrical-coordinate representation of color #CB71B8: hue angle of 312.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB71B8 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 113 184 -
CMYK 0 0.44 0.09 0.20
HSL 312.67º 0.46% 0.62% -
HSV(B) 312.67º 0.44% 0.8% -
XYZ 39.19 27.97 48.68 -
YUV 148 148.32 167.23 -
System Red Green Blue C M Y K H S L
Decimal 203 113 184 0 0.44 0.09 0.20 312.67 0.46 0.62
Hex CB 71 B8 0 2C 9 14 139 2E 3E
Octal 313 161 270 0 54 11 24 471 56 76
Binary 11001011 1110001 10111000 0 101100 1001 10100 100111001 101110 111110

Color Harmonies of #CB71B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71B8

Black with #CB71B8

Text Example


Text Example

White with #CB71B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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