Html Css Color HEX #C33ECF Medium Orchid

📋 copy color: '#C33ECF'

red 195 ◦ green 62 ◦ blue 207

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

Shades of Medium Orchid #C33ECF

Tints of Medium Orchid #C33ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.36%

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 42.03%
G = 13.36%
B = 44.61%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C33ECF (or 0xC33ECF) is known color: Medium Orchid. HEX triplet: C3, 3E and CF. RGB value is (195,62,207). Sum of RGB (Red+Green+Blue) = 195+62+207=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 62 (24.61% from 255 or 13.36% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #C33ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ECF is #3CC130. Grayscale: #757575. Windows color (decimal): -3981617 or 13582019. OLE color: 13582019.

HSL color Cylindrical-coordinate representation of color #C33ECF: hue angle of 295.03º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33ECF is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 62 207 -
CMYK 0.06 0.70 0 0.19
HSL 295.03º 0.6% 0.53% -
HSV(B) 295.03º 0.7% 0.81% -
XYZ 35.49 19.55 60.93 -
YUV 118.3 178.06 182.71 -
System Red Green Blue C M Y K H S L
Decimal 195 62 207 0.06 0.70 0 0.19 295.03 0.6 0.53
Hex C3 3E CF 6 46 0 13 127 3C 35
Octal 303 76 317 6 106 0 23 447 74 65
Binary 11000011 111110 11001111 110 1000110 0 10011 100100111 111100 110101

Color Harmonies of #C33ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33ECF

Black with #C33ECF

Text Example


Text Example

White with #C33ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33ECF; }

 p { color: rgb(195,62,207); }

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

background-color css

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

 a { background-color: rgb(195,62,207); }

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

border-color css

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

 span { border-color: rgb(195,62,207); }

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