Html Css Color HEX #C35BCF Medium Orchid

📋 copy color: '#C35BCF'

red 195 ◦ green 91 ◦ blue 207

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

Shades of Medium Orchid #C35BCF

Tints of Medium Orchid #C35BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 39.55%
G = 18.46%
B = 41.99%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C35BCF (or 0xC35BCF) is known color: Medium Orchid. HEX triplet: C3, 5B and CF. RGB value is (195,91,207). Sum of RGB (Red+Green+Blue) = 195+91+207=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #C35BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35BCF is #3CA430. Grayscale: #868686. Windows color (decimal): -3974193 or 13589443. OLE color: 13589443.

HSL color Cylindrical-coordinate representation of color #C35BCF: hue angle of 293.79º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C35BCF is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 91 207 -
CMYK 0.06 0.56 0 0.19
HSL 293.79º 0.55% 0.58% -
HSV(B) 293.79º 0.56% 0.81% -
XYZ 37.51 23.59 61.61 -
YUV 135.32 168.46 170.57 -
System Red Green Blue C M Y K H S L
Decimal 195 91 207 0.06 0.56 0 0.19 293.79 0.55 0.58
Hex C3 5B CF 6 38 0 13 126 37 3A
Octal 303 133 317 6 70 0 23 446 67 72
Binary 11000011 1011011 11001111 110 111000 0 10011 100100110 110111 111010

Color Harmonies of #C35BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35BCF

Black with #C35BCF

Text Example


Text Example

White with #C35BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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