Html Css Color HEX #C33FD7 Medium Orchid

📋 copy color: '#C33FD7'

red 195 ◦ green 63 ◦ blue 215

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

Shades of Medium Orchid #C33FD7

Tints of Medium Orchid #C33FD7

RGB

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

 GREEN value IS 63 (25% from 255) = 13.32%

 BLUE value IS 215 (84.38% from 255) = 45.45%

R = 41.23%
G = 13.32%
B = 45.45%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C33FD7 (or 0xC33FD7) is known color: Medium Orchid. HEX triplet: C3, 3F and D7. RGB value is (195,63,215). Sum of RGB (Red+Green+Blue) = 195+63+215=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #C33FD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33FD7 is #3CC028. Grayscale: #777777. Windows color (decimal): -3981353 or 14106563. OLE color: 14106563.

HSL color Cylindrical-coordinate representation of color #C33FD7: hue angle of 292.11º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33FD7 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 63 215 -
CMYK 0.09 0.71 0 0.16
HSL 292.11º 0.66% 0.55% -
HSV(B) 292.11º 0.71% 0.84% -
XYZ 36.55 20.06 66.24 -
YUV 119.8 181.73 181.64 -
System Red Green Blue C M Y K H S L
Decimal 195 63 215 0.09 0.71 0 0.16 292.11 0.66 0.55
Hex C3 3F D7 9 47 0 10 124 42 37
Octal 303 77 327 11 107 0 20 444 102 67
Binary 11000011 111111 11010111 1001 1000111 0 10000 100100100 1000010 110111

Color Harmonies of #C33FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33FD7

Black with #C33FD7

Text Example


Text Example

White with #C33FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33FD7; }

 p { color: rgb(195,63,215); }

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

background-color css

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

 a { background-color: rgb(195,63,215); }

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

border-color css

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

 span { border-color: rgb(195,63,215); }

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