Html Css Color HEX #CB80E1 Orchid

📋 copy color: '#CB80E1'

red 203 ◦ green 128 ◦ blue 225

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

Shades of Orchid #CB80E1

Tints of Orchid #CB80E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.47%

R = 36.51%
G = 23.02%
B = 40.47%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB80E1 (or 0xCB80E1) is known color: Orchid. HEX triplet: CB, 80 and E1. RGB value is (203,128,225). Sum of RGB (Red+Green+Blue) = 203+128+225=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB80E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB80E1 is #347F1E. Grayscale: #A1A1A1. Windows color (decimal): -3440415 or 14778571. OLE color: 14778571.

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

Color convert

RGB 203 128 225 -
CMYK 0.10 0.43 0 0.12
HSL 286.39º 0.62% 0.69% -
HSV(B) 286.39º 0.43% 0.88% -
XYZ 45.94 33.57 75.29 -
YUV 161.48 163.85 157.61 -
System Red Green Blue C M Y K H S L
Decimal 203 128 225 0.10 0.43 0 0.12 286.39 0.62 0.69
Hex CB 80 E1 A 2B 0 C 11E 3E 45
Octal 313 200 341 12 53 0 14 436 76 105
Binary 11001011 10000000 11100001 1010 101011 0 1100 100011110 111110 1000101

Color Harmonies of #CB80E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB80E1

Black with #CB80E1

Text Example


Text Example

White with #CB80E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB80E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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