Html Css Color HEX #CB3FED Medium Orchid

📋 copy color: '#CB3FED'

red 203 ◦ green 63 ◦ blue 237

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

Shades of Medium Orchid #CB3FED

Tints of Medium Orchid #CB3FED

RGB

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

 GREEN value IS 63 (25% from 255) = 12.52%

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

R = 40.36%
G = 12.52%
B = 47.12%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB3FED (or 0xCB3FED) is known color: Medium Orchid. HEX triplet: CB, 3F and ED. RGB value is (203,63,237). Sum of RGB (Red+Green+Blue) = 203+63+237=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB3FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3FED is #34C012. Grayscale: #7C7C7C. Windows color (decimal): -3457043 or 15548363. OLE color: 15548363.

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

Color convert

RGB 203 63 237 -
CMYK 0.14 0.73 0 0.07
HSL 288.28º 0.83% 0.59% -
HSV(B) 288.28º 0.73% 0.93% -
XYZ 41.69 22.37 82.24 -
YUV 124.7 191.38 183.85 -
System Red Green Blue C M Y K H S L
Decimal 203 63 237 0.14 0.73 0 0.07 288.28 0.83 0.59
Hex CB 3F ED E 49 0 7 120 53 3B
Octal 313 77 355 16 111 0 7 440 123 73
Binary 11001011 111111 11101101 1110 1001001 0 111 100100000 1010011 111011

Color Harmonies of #CB3FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3FED

Black with #CB3FED

Text Example


Text Example

White with #CB3FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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