Html Css Color HEX #C33DFC Medium Orchid

📋 copy color: '#C33DFC'

red 195 ◦ green 61 ◦ blue 252

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

Shades of Medium Orchid #C33DFC

Tints of Medium Orchid #C33DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.61%

R = 38.39%
G = 12.01%
B = 49.61%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C33DFC (or 0xC33DFC) is known color: Medium Orchid. HEX triplet: C3, 3D and FC. RGB value is (195,61,252). Sum of RGB (Red+Green+Blue) = 195+61+252=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 61 (24.22% from 255 or 12.01% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #C33DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33DFC is #3CC203. Grayscale: #7A7A7A. Windows color (decimal): -3981828 or 16530883. OLE color: 16530883.

HSL color Cylindrical-coordinate representation of color #C33DFC: hue angle of 282.09º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C33DFC is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 61 252 -
CMYK 0.23 0.76 0 0.01
HSL 282.09º 0.97% 0.61% -
HSV(B) 282.09º 0.76% 0.99% -
XYZ 41.75 21.97 94.14 -
YUV 122.84 200.89 179.47 -
System Red Green Blue C M Y K H S L
Decimal 195 61 252 0.23 0.76 0 0.01 282.09 0.97 0.61
Hex C3 3D FC 17 4C 0 1 11A 61 3D
Octal 303 75 374 27 114 0 1 432 141 75
Binary 11000011 111101 11111100 10111 1001100 0 1 100011010 1100001 111101

Color Harmonies of #C33DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33DFC

Black with #C33DFC

Text Example


Text Example

White with #C33DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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