Html Css Color HEX #CB7EE0 Orchid

📋 copy color: '#CB7EE0'

red 203 ◦ green 126 ◦ blue 224

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

Shades of Orchid #CB7EE0

Tints of Orchid #CB7EE0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.78%

 BLUE value IS 224 (87.89% from 255) = 40.51%

R = 36.71%
G = 22.78%
B = 40.51%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB7EE0 (or 0xCB7EE0) is known color: Orchid. HEX triplet: CB, 7E and E0. RGB value is (203,126,224). Sum of RGB (Red+Green+Blue) = 203+126+224=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB7EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7EE0 is #34811F. Grayscale: #9F9F9F. Windows color (decimal): -3440928 or 14712523. OLE color: 14712523.

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

Color convert

RGB 203 126 224 -
CMYK 0.09 0.44 0 0.12
HSL 287.14º 0.61% 0.69% -
HSV(B) 287.14º 0.44% 0.88% -
XYZ 45.54 33 74.49 -
YUV 160.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 203 126 224 0.09 0.44 0 0.12 287.14 0.61 0.69
Hex CB 7E E0 9 2C 0 C 11F 3D 45
Octal 313 176 340 11 54 0 14 437 75 105
Binary 11001011 1111110 11100000 1001 101100 0 1100 100011111 111101 1000101

Color Harmonies of #CB7EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7EE0

Black with #CB7EE0

Text Example


Text Example

White with #CB7EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7EE0; }

 p { color: rgb(203,126,224); }

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

background-color css

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

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

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

border-color css

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

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

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