Html Css Color HEX #C33BFC Medium Orchid

📋 copy color: '#C33BFC'

red 195 ◦ green 59 ◦ blue 252

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

Shades of Medium Orchid #C33BFC

Tints of Medium Orchid #C33BFC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.66%

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

R = 38.54%
G = 11.66%
B = 49.8%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C33BFC (or 0xC33BFC) is known color: Medium Orchid. HEX triplet: C3, 3B and FC. RGB value is (195,59,252). Sum of RGB (Red+Green+Blue) = 195+59+252=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 59 (23.44% from 255 or 11.66% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #C33BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33BFC is #3CC403. Grayscale: #797979. Windows color (decimal): -3982340 or 16530371. OLE color: 16530371.

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

Color convert

RGB 195 59 252 -
CMYK 0.23 0.77 0 0.01
HSL 282.28º 0.97% 0.61% -
HSV(B) 282.28º 0.77% 0.99% -
XYZ 41.64 21.76 94.1 -
YUV 121.67 201.56 180.31 -
System Red Green Blue C M Y K H S L
Decimal 195 59 252 0.23 0.77 0 0.01 282.28 0.97 0.61
Hex C3 3B FC 17 4D 0 1 11A 61 3D
Octal 303 73 374 27 115 0 1 432 141 75
Binary 11000011 111011 11111100 10111 1001101 0 1 100011010 1100001 111101

Color Harmonies of #C33BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33BFC

Black with #C33BFC

Text Example


Text Example

White with #C33BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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