Html Css Color HEX #C35CCF Medium Orchid

📋 copy color: '#C35CCF'

red 195 ◦ green 92 ◦ blue 207

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

Shades of Medium Orchid #C35CCF

Tints of Medium Orchid #C35CCF

RGB

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

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

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

R = 39.47%
G = 18.62%
B = 41.9%

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

#C35CCF (or 0xC35CCF) is known color: Medium Orchid. HEX triplet: C3, 5C and CF. RGB value is (195,92,207). Sum of RGB (Red+Green+Blue) = 195+92+207=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #C35CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C35CCF is #3CA330. Grayscale: #878787. Windows color (decimal): -3973937 or 13589699. OLE color: 13589699.

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

Color convert

RGB 195 92 207 -
CMYK 0.06 0.56 0 0.19
HSL 293.74º 0.55% 0.59% -
HSV(B) 293.74º 0.56% 0.81% -
XYZ 37.6 23.76 61.64 -
YUV 135.91 168.12 170.15 -
System Red Green Blue C M Y K H S L
Decimal 195 92 207 0.06 0.56 0 0.19 293.74 0.55 0.59
Hex C3 5C CF 6 38 0 13 126 37 3B
Octal 303 134 317 6 70 0 23 446 67 73
Binary 11000011 1011100 11001111 110 111000 0 10011 100100110 110111 111011

Color Harmonies of #C35CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35CCF

Black with #C35CCF

Text Example


Text Example

White with #C35CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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