Html Css Color HEX #C33CFC Medium Orchid

📋 copy color: '#C33CFC'

red 195 ◦ green 60 ◦ blue 252

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

Shades of Medium Orchid #C33CFC

Tints of Medium Orchid #C33CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.83%

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

R = 38.46%
G = 11.83%
B = 49.7%

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

#C33CFC (or 0xC33CFC) is known color: Medium Orchid. HEX triplet: C3, 3C and FC. RGB value is (195,60,252). Sum of RGB (Red+Green+Blue) = 195+60+252=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #C33CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33CFC is #3CC303. Grayscale: #797979. Windows color (decimal): -3982084 or 16530627. OLE color: 16530627.

HSL color Cylindrical-coordinate representation of color #C33CFC: hue angle of 282.19º 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 #C33CFC is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 60 252 -
CMYK 0.23 0.76 0 0.01
HSL 282.19º 0.97% 0.61% -
HSV(B) 282.19º 0.76% 0.99% -
XYZ 41.69 21.86 94.12 -
YUV 122.25 201.23 179.89 -
System Red Green Blue C M Y K H S L
Decimal 195 60 252 0.23 0.76 0 0.01 282.19 0.97 0.61
Hex C3 3C FC 17 4C 0 1 11A 61 3D
Octal 303 74 374 27 114 0 1 432 141 75
Binary 11000011 111100 11111100 10111 1001100 0 1 100011010 1100001 111101

Color Harmonies of #C33CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33CFC

Black with #C33CFC

Text Example


Text Example

White with #C33CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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