Html Css Color HEX #CB80CB Orchid

📋 copy color: '#CB80CB'

red 203 ◦ green 128 ◦ blue 203

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

Shades of Orchid #CB80CB

Tints of Orchid #CB80CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 38.01%
G = 23.97%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB80CB (or 0xCB80CB) is known color: Orchid. HEX triplet: CB, 80 and CB. RGB value is (203,128,203). Sum of RGB (Red+Green+Blue) = 203+128+203=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB80CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80CB is #347F34. Grayscale: #9E9E9E. Windows color (decimal): -3440437 or 13336779. OLE color: 13336779.

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

Color convert

RGB 203 128 203 -
CMYK 0 0.37 0 0.20
HSL 300º 0.42% 0.65% -
HSV(B) 300º 0.37% 0.8% -
XYZ 43.13 32.45 60.49 -
YUV 158.98 152.85 159.4 -
System Red Green Blue C M Y K H S L
Decimal 203 128 203 0 0.37 0 0.20 300 0.42 0.65
Hex CB 80 CB 0 25 0 14 12C 2A 41
Octal 313 200 313 0 45 0 24 454 52 101
Binary 11001011 10000000 11001011 0 100101 0 10100 100101100 101010 1000001

Color Harmonies of #CB80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB80CB

Black with #CB80CB

Text Example


Text Example

White with #CB80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB80CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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