Html Css Color HEX #CB80CA Orchid

📋 copy color: '#CB80CA'

red 203 ◦ green 128 ◦ blue 202

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

Shades of Orchid #CB80CA

Tints of Orchid #CB80CA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.02%

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 38.09%
G = 24.02%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB80CA (or 0xCB80CA) is known color: Orchid. HEX triplet: CB, 80 and CA. RGB value is (203,128,202). Sum of RGB (Red+Green+Blue) = 203+128+202=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 128 (50.39% from 255 or 24.02% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80CA is #347F35. Grayscale: #9E9E9E. Windows color (decimal): -3440438 or 13271243. OLE color: 13271243.

HSL color Cylindrical-coordinate representation of color #CB80CA: hue angle of 300.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB80CA is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 128 202 -
CMYK 0 0.37 0.00 0.20
HSL 300.8º 0.42% 0.65% -
HSV(B) 300.8º 0.37% 0.8% -
XYZ 43.01 32.4 59.86 -
YUV 158.86 152.35 159.48 -
System Red Green Blue C M Y K H S L
Decimal 203 128 202 0 0.37 0.00 0.20 300.8 0.42 0.65
Hex CB 80 CA 0 25 0 14 12D 2A 41
Octal 313 200 312 0 45 0 24 455 52 101
Binary 11001011 10000000 11001010 0 100101 0 10100 100101101 101010 1000001

Color Harmonies of #CB80CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB80CA

Black with #CB80CA

Text Example


Text Example

White with #CB80CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB80CA; }

 p { color: rgb(203,128,202); }

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

background-color css

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

 a { background-color: rgb(203,128,202); }

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

border-color css

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

 span { border-color: rgb(203,128,202); }

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