Html Css Color HEX #C95CEC Medium Orchid

📋 copy color: '#C95CEC'

red 201 ◦ green 92 ◦ blue 236

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

Shades of Medium Orchid #C95CEC

Tints of Medium Orchid #C95CEC

RGB

 RED value IS 201 (78.91% from 255) = 38%

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

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 38%
G = 17.39%
B = 44.61%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C95CEC (or 0xC95CEC) is known color: Medium Orchid. HEX triplet: C9, 5C and EC. RGB value is (201,92,236). Sum of RGB (Red+Green+Blue) = 201+92+236=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #C95CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95CEC is #36A313. Grayscale: #8C8C8C. Windows color (decimal): -3580692 or 15490249. OLE color: 15490249.

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

Color convert

RGB 201 92 236 -
CMYK 0.15 0.61 0 0.07
HSL 285.42º 0.79% 0.64% -
HSV(B) 285.42º 0.61% 0.93% -
XYZ 43.05 26.13 82.13 -
YUV 141.01 181.61 170.79 -
System Red Green Blue C M Y K H S L
Decimal 201 92 236 0.15 0.61 0 0.07 285.42 0.79 0.64
Hex C9 5C EC F 3D 0 7 11D 4F 40
Octal 311 134 354 17 75 0 7 435 117 100
Binary 11001001 1011100 11101100 1111 111101 0 111 100011101 1001111 1000000

Color Harmonies of #C95CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CEC

Black with #C95CEC

Text Example


Text Example

White with #C95CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CEC; }

 p { color: rgb(201,92,236); }

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

background-color css

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

 a { background-color: rgb(201,92,236); }

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

border-color css

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

 span { border-color: rgb(201,92,236); }

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