Html Css Color HEX #CB73B6 Orchid

📋 copy color: '#CB73B6'

red 203 ◦ green 115 ◦ blue 182

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

Shades of Orchid #CB73B6

Tints of Orchid #CB73B6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23%

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

R = 40.6%
G = 23%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB73B6 (or 0xCB73B6) is known color: Orchid. HEX triplet: CB, 73 and B6. RGB value is (203,115,182). Sum of RGB (Red+Green+Blue) = 203+115+182=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CB73B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73B6 is #348C49. Grayscale: #949494. Windows color (decimal): -3443786 or 11957195. OLE color: 11957195.

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

Color convert

RGB 203 115 182 -
CMYK 0 0.43 0.10 0.20
HSL 314.32º 0.46% 0.62% -
HSV(B) 314.32º 0.43% 0.8% -
XYZ 39.2 28.34 47.66 -
YUV 148.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 203 115 182 0 0.43 0.10 0.20 314.32 0.46 0.62
Hex CB 73 B6 0 2B A 14 13A 2E 3E
Octal 313 163 266 0 53 12 24 472 56 76
Binary 11001011 1110011 10110110 0 101011 1010 10100 100111010 101110 111110

Color Harmonies of #CB73B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB73B6

Black with #CB73B6

Text Example


Text Example

White with #CB73B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB73B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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