Html Css Color HEX #CB2DE0 Medium Orchid

📋 copy color: '#CB2DE0'

red 203 ◦ green 45 ◦ blue 224

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

Shades of Medium Orchid #CB2DE0

Tints of Medium Orchid #CB2DE0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.53%

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

R = 43.01%
G = 9.53%
B = 47.46%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB2DE0 (or 0xCB2DE0) is known color: Medium Orchid. HEX triplet: CB, 2D and E0. RGB value is (203,45,224). Sum of RGB (Red+Green+Blue) = 203+45+224=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB2DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2DE0 is #34D21F. Grayscale: #707070. Windows color (decimal): -3461664 or 14691787. OLE color: 14691787.

HSL color Cylindrical-coordinate representation of color #CB2DE0: hue angle of 292.96º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2DE0 is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 45 224 -
CMYK 0.09 0.80 0 0.12
HSL 292.96º 0.74% 0.53% -
HSV(B) 292.96º 0.8% 0.88% -
XYZ 39.02 19.96 72.32 -
YUV 112.65 190.85 192.45 -
System Red Green Blue C M Y K H S L
Decimal 203 45 224 0.09 0.80 0 0.12 292.96 0.74 0.53
Hex CB 2D E0 9 50 0 C 125 4A 35
Octal 313 55 340 11 120 0 14 445 112 65
Binary 11001011 101101 11100000 1001 1010000 0 1100 100100101 1001010 110101

Color Harmonies of #CB2DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2DE0

Black with #CB2DE0

Text Example


Text Example

White with #CB2DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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