Html Css Color HEX #CB3FEF Medium Orchid

📋 copy color: '#CB3FEF'

red 203 ◦ green 63 ◦ blue 239

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

Shades of Medium Orchid #CB3FEF

Tints of Medium Orchid #CB3FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.33%

R = 40.2%
G = 12.48%
B = 47.33%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB3FEF (or 0xCB3FEF) is known color: Medium Orchid. HEX triplet: CB, 3F and EF. RGB value is (203,63,239). Sum of RGB (Red+Green+Blue) = 203+63+239=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 63 (25% from 255 or 12.48% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB3FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3FEF is #34C010. Grayscale: #7C7C7C. Windows color (decimal): -3457041 or 15679435. OLE color: 15679435.

HSL color Cylindrical-coordinate representation of color #CB3FEF: hue angle of 287.73º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3FEF is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 63 239 -
CMYK 0.15 0.74 0 0.06
HSL 287.73º 0.85% 0.59% -
HSV(B) 287.73º 0.74% 0.94% -
XYZ 41.99 22.48 83.79 -
YUV 124.92 192.38 183.69 -
System Red Green Blue C M Y K H S L
Decimal 203 63 239 0.15 0.74 0 0.06 287.73 0.85 0.59
Hex CB 3F EF F 4A 0 6 120 55 3B
Octal 313 77 357 17 112 0 6 440 125 73
Binary 11001011 111111 11101111 1111 1001010 0 110 100100000 1010101 111011

Color Harmonies of #CB3FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3FEF

Black with #CB3FEF

Text Example


Text Example

White with #CB3FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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