Html Css Color HEX #C35DEE Medium Orchid

📋 copy color: '#C35DEE'

red 195 ◦ green 93 ◦ blue 238

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

Shades of Medium Orchid #C35DEE

Tints of Medium Orchid #C35DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.68%

 BLUE value IS 238 (93.36% from 255) = 45.25%

R = 37.07%
G = 17.68%
B = 45.25%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C35DEE (or 0xC35DEE) is known color: Medium Orchid. HEX triplet: C3, 5D and EE. RGB value is (195,93,238). Sum of RGB (Red+Green+Blue) = 195+93+238=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #C35DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C35DEE is #3CA211. Grayscale: #8B8B8B. Windows color (decimal): -3973650 or 15621571. OLE color: 15621571.

HSL color Cylindrical-coordinate representation of color #C35DEE: hue angle of 282.21º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C35DEE is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 93 238 -
CMYK 0.18 0.61 0 0.07
HSL 282.21º 0.81% 0.65% -
HSV(B) 282.21º 0.61% 0.93% -
XYZ 41.85 25.6 83.63 -
YUV 140.03 183.29 167.21 -
System Red Green Blue C M Y K H S L
Decimal 195 93 238 0.18 0.61 0 0.07 282.21 0.81 0.65
Hex C3 5D EE 12 3D 0 7 11A 51 41
Octal 303 135 356 22 75 0 7 432 121 101
Binary 11000011 1011101 11101110 10010 111101 0 111 100011010 1010001 1000001

Color Harmonies of #C35DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35DEE

Black with #C35DEE

Text Example


Text Example

White with #C35DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35DEE; }

 p { color: rgb(195,93,238); }

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

background-color css

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

 a { background-color: rgb(195,93,238); }

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

border-color css

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

 span { border-color: rgb(195,93,238); }

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