Html Css Color HEX #CB72BB Orchid

📋 copy color: '#CB72BB'

red 203 ◦ green 114 ◦ blue 187

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

Shades of Orchid #CB72BB

Tints of Orchid #CB72BB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.62%

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

R = 40.28%
G = 22.62%
B = 37.1%

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

#CB72BB (or 0xCB72BB) is known color: Orchid. HEX triplet: CB, 72 and BB. RGB value is (203,114,187). Sum of RGB (Red+Green+Blue) = 203+114+187=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72BB is #348D44. Grayscale: #949494. Windows color (decimal): -3444037 or 12284619. OLE color: 12284619.

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

Color convert

RGB 203 114 187 -
CMYK 0 0.44 0.08 0.20
HSL 310.79º 0.46% 0.62% -
HSV(B) 310.79º 0.44% 0.8% -
XYZ 39.62 28.32 50.39 -
YUV 148.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 203 114 187 0 0.44 0.08 0.20 310.79 0.46 0.62
Hex CB 72 BB 0 2C 8 14 137 2E 3E
Octal 313 162 273 0 54 10 24 467 56 76
Binary 11001011 1110010 10111011 0 101100 1000 10100 100110111 101110 111110

Color Harmonies of #CB72BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB72BB

Black with #CB72BB

Text Example


Text Example

White with #CB72BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB72BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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