Html Css Color HEX #CB71BB Orchid

📋 copy color: '#CB71BB'

red 203 ◦ green 113 ◦ blue 187

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

Shades of Orchid #CB71BB

Tints of Orchid #CB71BB

RGB

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

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

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

R = 40.36%
G = 22.47%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB71BB (or 0xCB71BB) is known color: Orchid. HEX triplet: CB, 71 and BB. RGB value is (203,113,187). Sum of RGB (Red+Green+Blue) = 203+113+187=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71BB is #348E44. Grayscale: #949494. Windows color (decimal): -3444293 or 12284363. OLE color: 12284363.

HSL color Cylindrical-coordinate representation of color #CB71BB: hue angle of 310.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 #CB71BB is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 113 187 -
CMYK 0 0.44 0.08 0.20
HSL 310.67º 0.46% 0.62% -
HSV(B) 310.67º 0.44% 0.8% -
XYZ 39.5 28.09 50.35 -
YUV 148.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 203 113 187 0 0.44 0.08 0.20 310.67 0.46 0.62
Hex CB 71 BB 0 2C 8 14 137 2E 3E
Octal 313 161 273 0 54 10 24 467 56 76
Binary 11001011 1110001 10111011 0 101100 1000 10100 100110111 101110 111110

Color Harmonies of #CB71BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB71BB

Black with #CB71BB

Text Example


Text Example

White with #CB71BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB71BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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