Html Css Color HEX #C33BCF Medium Orchid

📋 copy color: '#C33BCF'

red 195 ◦ green 59 ◦ blue 207

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

Shades of Medium Orchid #C33BCF

Tints of Medium Orchid #C33BCF

RGB

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

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

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

R = 42.3%
G = 12.8%
B = 44.9%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C33BCF (or 0xC33BCF) is known color: Medium Orchid. HEX triplet: C3, 3B and CF. RGB value is (195,59,207). Sum of RGB (Red+Green+Blue) = 195+59+207=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #C33BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33BCF is #3CC430. Grayscale: #747474. Windows color (decimal): -3982385 or 13581251. OLE color: 13581251.

HSL color Cylindrical-coordinate representation of color #C33BCF: hue angle of 295.14º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33BCF is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 59 207 -
CMYK 0.06 0.71 0 0.19
HSL 295.14º 0.61% 0.52% -
HSV(B) 295.14º 0.71% 0.81% -
XYZ 35.33 19.24 60.88 -
YUV 116.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 195 59 207 0.06 0.71 0 0.19 295.14 0.61 0.52
Hex C3 3B CF 6 47 0 13 127 3D 34
Octal 303 73 317 6 107 0 23 447 75 64
Binary 11000011 111011 11001111 110 1000111 0 10011 100100111 111101 110100

Color Harmonies of #C33BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33BCF

Black with #C33BCF

Text Example


Text Example

White with #C33BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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