#CB7EDA

Color #CB7EDA Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CB7EDA

Tints of Orchid #CB7EDA

Color information

#CB7EDA (or 0xCB7EDA) is unknown color: approx Orchid. HEX triplet: CB, 7E and DA. RGB value is (203,126,218). Sum of RGB (Red+Green+Blue) = 203+126+218=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB7EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7EDA is #348125. Grayscale: #9F9F9F. Windows color (decimal): -3440934 or 14319307. OLE color: 14319307.

HSL color Cylindrical-coordinate representation of color #CB7EDA: hue angle of 290.22º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB7EDA is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203126218-
CMYK0.070.4200.15
HSL290.22º55.42%67.45%-
HSV(B)290.22º42.2%85.49%-
XYZ44.7432.6870.28-
YUV159.51161.01159.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 126 (49.61% from 255) = 23.03%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=37.11%
G=23.03%
B=39.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031262180.070.4200.15290.2255.4267.45
HexCB7EDA72A0F1223743
Octal31317633275201744267103
Binary11001011111111011011010111101010011111001000101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7EDA; }

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

 H1.HeaderClassName
 {
   color: #CB7EDA;
 }
 .AnyTagClassName
 {
   color: #CB7EDA;
 }
</style>
background-color css

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

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

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

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

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

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