Html Css Color HEX #CB7EDC Orchid

📋 copy color: '#CB7EDC'

red 203 ◦ green 126 ◦ blue 220

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

Shades of Orchid #CB7EDC

Tints of Orchid #CB7EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 36.98%
G = 22.95%
B = 40.07%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB7EDC (or 0xCB7EDC) is known color: Orchid. HEX triplet: CB, 7E and DC. RGB value is (203,126,220). Sum of RGB (Red+Green+Blue) = 203+126+220=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB7EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7EDC is #348123. Grayscale: #9F9F9F. Windows color (decimal): -3440932 or 14450379. OLE color: 14450379.

HSL color Cylindrical-coordinate representation of color #CB7EDC: hue angle of 289.15º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7EDC is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 126 220 -
CMYK 0.08 0.43 0 0.14
HSL 289.15º 0.57% 0.68% -
HSV(B) 289.15º 0.43% 0.86% -
XYZ 45.01 32.79 71.67 -
YUV 159.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 203 126 220 0.08 0.43 0 0.14 289.15 0.57 0.68
Hex CB 7E DC 8 2B 0 E 121 39 44
Octal 313 176 334 10 53 0 16 441 71 104
Binary 11001011 1111110 11011100 1000 101011 0 1110 100100001 111001 1000100

Color Harmonies of #CB7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7EDC

Black with #CB7EDC

Text Example


Text Example

White with #CB7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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