Html Css Color HEX #C35FDF Medium Orchid

📋 copy color: '#C35FDF'

red 195 ◦ green 95 ◦ blue 223

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

Shades of Medium Orchid #C35FDF

Tints of Medium Orchid #C35FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.52%

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 38.01%
G = 18.52%
B = 43.47%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C35FDF (or 0xC35FDF) is known color: Medium Orchid. HEX triplet: C3, 5F and DF. RGB value is (195,95,223). Sum of RGB (Red+Green+Blue) = 195+95+223=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #C35FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35FDF is #3CA020. Grayscale: #8B8B8B. Windows color (decimal): -3973153 or 14639043. OLE color: 14639043.

HSL color Cylindrical-coordinate representation of color #C35FDF: hue angle of 286.88º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35FDF is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 95 223 -
CMYK 0.13 0.57 0 0.13
HSL 286.88º 0.67% 0.62% -
HSV(B) 286.88º 0.57% 0.87% -
XYZ 39.92 25.11 72.56 -
YUV 139.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 195 95 223 0.13 0.57 0 0.13 286.88 0.67 0.62
Hex C3 5F DF D 39 0 D 11F 43 3E
Octal 303 137 337 15 71 0 15 437 103 76
Binary 11000011 1011111 11011111 1101 111001 0 1101 100011111 1000011 111110

Color Harmonies of #C35FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35FDF

Black with #C35FDF

Text Example


Text Example

White with #C35FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35FDF; }

 p { color: rgb(195,95,223); }

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

background-color css

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

 a { background-color: rgb(195,95,223); }

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

border-color css

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

 span { border-color: rgb(195,95,223); }

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