Html Css Color HEX #CB80CE Orchid

📋 copy color: '#CB80CE'

red 203 ◦ green 128 ◦ blue 206

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

Shades of Orchid #CB80CE

Tints of Orchid #CB80CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.36%

R = 37.8%
G = 23.84%
B = 38.36%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB80CE (or 0xCB80CE) is known color: Orchid. HEX triplet: CB, 80 and CE. RGB value is (203,128,206). Sum of RGB (Red+Green+Blue) = 203+128+206=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80CE is #347F31. Grayscale: #9F9F9F. Windows color (decimal): -3440434 or 13533387. OLE color: 13533387.

HSL color Cylindrical-coordinate representation of color #CB80CE: hue angle of 297.69º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB80CE is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 128 206 -
CMYK 0.01 0.38 0 0.19
HSL 297.69º 0.44% 0.65% -
HSV(B) 297.69º 0.38% 0.81% -
XYZ 43.49 32.59 62.39 -
YUV 159.32 154.35 159.16 -
System Red Green Blue C M Y K H S L
Decimal 203 128 206 0.01 0.38 0 0.19 297.69 0.44 0.65
Hex CB 80 CE 1 26 0 13 12A 2C 41
Octal 313 200 316 1 46 0 23 452 54 101
Binary 11001011 10000000 11001110 1 100110 0 10011 100101010 101100 1000001

Color Harmonies of #CB80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB80CE

Black with #CB80CE

Text Example


Text Example

White with #CB80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB80CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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