Html Css Color HEX #C35FF0 Medium Orchid

📋 copy color: '#C35FF0'

red 195 ◦ green 95 ◦ blue 240

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

Shades of Medium Orchid #C35FF0

Tints of Medium Orchid #C35FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.28%

R = 36.79%
G = 17.92%
B = 45.28%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C35FF0 (or 0xC35FF0) is known color: Medium Orchid. HEX triplet: C3, 5F and F0. RGB value is (195,95,240). Sum of RGB (Red+Green+Blue) = 195+95+240=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #C35FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35FF0 is #3CA00F. Grayscale: #8C8C8C. Windows color (decimal): -3973136 or 15753155. OLE color: 15753155.

HSL color Cylindrical-coordinate representation of color #C35FF0: hue angle of 281.38º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C35FF0 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 95 240 -
CMYK 0.19 0.60 0 0.06
HSL 281.38º 0.83% 0.66% -
HSV(B) 281.38º 0.6% 0.94% -
XYZ 42.33 26.08 85.24 -
YUV 141.43 183.63 166.21 -
System Red Green Blue C M Y K H S L
Decimal 195 95 240 0.19 0.60 0 0.06 281.38 0.83 0.66
Hex C3 5F F0 13 3C 0 6 119 53 42
Octal 303 137 360 23 74 0 6 431 123 102
Binary 11000011 1011111 11110000 10011 111100 0 110 100011001 1010011 1000010

Color Harmonies of #C35FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35FF0

Black with #C35FF0

Text Example


Text Example

White with #C35FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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