Html Css Color HEX #C35CDB Medium Orchid

📋 copy color: '#C35CDB'

red 195 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #C35CDB

Tints of Medium Orchid #C35CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.18%

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 38.54%
G = 18.18%
B = 43.28%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C35CDB (or 0xC35CDB) is known color: Medium Orchid. HEX triplet: C3, 5C and DB. RGB value is (195,92,219). Sum of RGB (Red+Green+Blue) = 195+92+219=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #C35CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35CDB is #3CA324. Grayscale: #888888. Windows color (decimal): -3973925 or 14376131. OLE color: 14376131.

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

Color convert

RGB 195 92 219 -
CMYK 0.11 0.58 0 0.14
HSL 288.66º 0.64% 0.61% -
HSV(B) 288.66º 0.58% 0.86% -
XYZ 39.12 24.37 69.66 -
YUV 137.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 195 92 219 0.11 0.58 0 0.14 288.66 0.64 0.61
Hex C3 5C DB B 3A 0 E 121 40 3D
Octal 303 134 333 13 72 0 16 441 100 75
Binary 11000011 1011100 11011011 1011 111010 0 1110 100100001 1000000 111101

Color Harmonies of #C35CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35CDB

Black with #C35CDB

Text Example


Text Example

White with #C35CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35CDB; }

 p { color: rgb(195,92,219); }

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

background-color css

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

 a { background-color: rgb(195,92,219); }

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

border-color css

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

 span { border-color: rgb(195,92,219); }

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