Html Css Color HEX #CB3EED Medium Orchid

📋 copy color: '#CB3EED'

red 203 ◦ green 62 ◦ blue 237

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

Shades of Medium Orchid #CB3EED

Tints of Medium Orchid #CB3EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.21%

R = 40.44%
G = 12.35%
B = 47.21%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB3EED (or 0xCB3EED) is known color: Medium Orchid. HEX triplet: CB, 3E and ED. RGB value is (203,62,237). Sum of RGB (Red+Green+Blue) = 203+62+237=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 62 (24.61% from 255 or 12.35% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB3EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3EED is #34C112. Grayscale: #7B7B7B. Windows color (decimal): -3457299 or 15548107. OLE color: 15548107.

HSL color Cylindrical-coordinate representation of color #CB3EED: hue angle of 288.34º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3EED is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 62 237 -
CMYK 0.14 0.74 0 0.07
HSL 288.34º 0.83% 0.59% -
HSV(B) 288.34º 0.74% 0.93% -
XYZ 41.64 22.26 82.22 -
YUV 124.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 203 62 237 0.14 0.74 0 0.07 288.34 0.83 0.59
Hex CB 3E ED E 4A 0 7 120 53 3B
Octal 313 76 355 16 112 0 7 440 123 73
Binary 11001011 111110 11101101 1110 1001010 0 111 100100000 1010011 111011

Color Harmonies of #CB3EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3EED

Black with #CB3EED

Text Example


Text Example

White with #CB3EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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