Html Css Color HEX #C33DEF Medium Orchid

📋 copy color: '#C33DEF'

red 195 ◦ green 61 ◦ blue 239

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

Shades of Medium Orchid #C33DEF

Tints of Medium Orchid #C33DEF

RGB

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

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

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

R = 39.39%
G = 12.32%
B = 48.28%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C33DEF (or 0xC33DEF) is known color: Medium Orchid. HEX triplet: C3, 3D and EF. RGB value is (195,61,239). Sum of RGB (Red+Green+Blue) = 195+61+239=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #C33DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33DEF is #3CC210. Grayscale: #787878. Windows color (decimal): -3981841 or 15678915. OLE color: 15678915.

HSL color Cylindrical-coordinate representation of color #C33DEF: hue angle of 285.17º 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 #C33DEF is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 61 239 -
CMYK 0.18 0.74 0 0.06
HSL 285.17º 0.85% 0.59% -
HSV(B) 285.17º 0.74% 0.94% -
XYZ 39.75 21.17 83.65 -
YUV 121.36 194.39 180.53 -
System Red Green Blue C M Y K H S L
Decimal 195 61 239 0.18 0.74 0 0.06 285.17 0.85 0.59
Hex C3 3D EF 12 4A 0 6 11D 55 3B
Octal 303 75 357 22 112 0 6 435 125 73
Binary 11000011 111101 11101111 10010 1001010 0 110 100011101 1010101 111011

Color Harmonies of #C33DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33DEF

Black with #C33DEF

Text Example


Text Example

White with #C33DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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