Html Css Color HEX #C33DFB Medium Orchid

📋 copy color: '#C33DFB'

red 195 ◦ green 61 ◦ blue 251

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

Shades of Medium Orchid #C33DFB

Tints of Medium Orchid #C33DFB

RGB

 RED value IS 195 (76.56% from 255) = 38.46%

 GREEN value IS 61 (24.22% from 255) = 12.03%

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 38.46%
G = 12.03%
B = 49.51%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C33DFB (or 0xC33DFB) is known color: Medium Orchid. HEX triplet: C3, 3D and FB. RGB value is (195,61,251). Sum of RGB (Red+Green+Blue) = 195+61+251=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #C33DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33DFB is #3CC204. Grayscale: #7A7A7A. Windows color (decimal): -3981829 or 16465347. OLE color: 16465347.

HSL color Cylindrical-coordinate representation of color #C33DFB: hue angle of 282.32º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C33DFB is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 61 251 -
CMYK 0.22 0.76 0 0.02
HSL 282.32º 0.96% 0.61% -
HSV(B) 282.32º 0.76% 0.98% -
XYZ 41.59 21.9 93.3 -
YUV 122.73 200.39 179.55 -
System Red Green Blue C M Y K H S L
Decimal 195 61 251 0.22 0.76 0 0.02 282.32 0.96 0.61
Hex C3 3D FB 16 4C 0 2 11A 60 3D
Octal 303 75 373 26 114 0 2 432 140 75
Binary 11000011 111101 11111011 10110 1001100 0 10 100011010 1100000 111101

Color Harmonies of #C33DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33DFB

Black with #C33DFB

Text Example


Text Example

White with #C33DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33DFB; }

 p { color: rgb(195,61,251); }

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

background-color css

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

 a { background-color: rgb(195,61,251); }

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

border-color css

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

 span { border-color: rgb(195,61,251); }

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