Html Css Color HEX #C35BDA Medium Orchid

📋 copy color: '#C35BDA'

red 195 ◦ green 91 ◦ blue 218

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

Shades of Medium Orchid #C35BDA

Tints of Medium Orchid #C35BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.06%

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 38.69%
G = 18.06%
B = 43.25%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C35BDA (or 0xC35BDA) is known color: Medium Orchid. HEX triplet: C3, 5B and DA. RGB value is (195,91,218). Sum of RGB (Red+Green+Blue) = 195+91+218=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #C35BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35BDA is #3CA425. Grayscale: #888888. Windows color (decimal): -3974182 or 14310339. OLE color: 14310339.

HSL color Cylindrical-coordinate representation of color #C35BDA: hue angle of 289.13º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35BDA is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 91 218 -
CMYK 0.11 0.58 0 0.15
HSL 289.13º 0.63% 0.61% -
HSV(B) 289.13º 0.58% 0.85% -
XYZ 38.9 24.15 68.94 -
YUV 136.57 173.96 169.67 -
System Red Green Blue C M Y K H S L
Decimal 195 91 218 0.11 0.58 0 0.15 289.13 0.63 0.61
Hex C3 5B DA B 3A 0 F 121 3F 3D
Octal 303 133 332 13 72 0 17 441 77 75
Binary 11000011 1011011 11011010 1011 111010 0 1111 100100001 111111 111101

Color Harmonies of #C35BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35BDA

Black with #C35BDA

Text Example


Text Example

White with #C35BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35BDA; }

 p { color: rgb(195,91,218); }

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

background-color css

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

 a { background-color: rgb(195,91,218); }

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

border-color css

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

 span { border-color: rgb(195,91,218); }

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