Html Css Color HEX #CB3EDE Medium Orchid

📋 copy color: '#CB3EDE'

red 203 ◦ green 62 ◦ blue 222

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

Shades of Medium Orchid #CB3EDE

Tints of Medium Orchid #CB3EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.73%

 BLUE value IS 222 (87.11% from 255) = 45.59%

R = 41.68%
G = 12.73%
B = 45.59%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB3EDE (or 0xCB3EDE) is known color: Medium Orchid. HEX triplet: CB, 3E and DE. RGB value is (203,62,222). Sum of RGB (Red+Green+Blue) = 203+62+222=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 62 (24.61% from 255 or 12.73% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB3EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3EDE is #34C121. Grayscale: #797979. Windows color (decimal): -3457314 or 14565067. OLE color: 14565067.

HSL color Cylindrical-coordinate representation of color #CB3EDE: hue angle of 292.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3EDE is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 62 222 -
CMYK 0.09 0.72 0 0.13
HSL 292.88º 0.71% 0.56% -
HSV(B) 292.88º 0.72% 0.87% -
XYZ 39.54 21.42 71.16 -
YUV 122.4 184.21 185.49 -
System Red Green Blue C M Y K H S L
Decimal 203 62 222 0.09 0.72 0 0.13 292.88 0.71 0.56
Hex CB 3E DE 9 48 0 D 125 47 38
Octal 313 76 336 11 110 0 15 445 107 70
Binary 11001011 111110 11011110 1001 1001000 0 1101 100100101 1000111 111000

Color Harmonies of #CB3EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3EDE

Black with #CB3EDE

Text Example


Text Example

White with #CB3EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3EDE; }

 p { color: rgb(203,62,222); }

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

background-color css

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

 a { background-color: rgb(203,62,222); }

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

border-color css

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

 span { border-color: rgb(203,62,222); }

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