Html Css Color HEX #C95CE7 Medium Orchid

📋 copy color: '#C95CE7'

red 201 ◦ green 92 ◦ blue 231

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

Shades of Medium Orchid #C95CE7

Tints of Medium Orchid #C95CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.08%

R = 38.36%
G = 17.56%
B = 44.08%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C95CE7 (or 0xC95CE7) is known color: Medium Orchid. HEX triplet: C9, 5C and E7. RGB value is (201,92,231). Sum of RGB (Red+Green+Blue) = 201+92+231=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #C95CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95CE7 is #36A318. Grayscale: #8B8B8B. Windows color (decimal): -3580697 or 15162569. OLE color: 15162569.

HSL color Cylindrical-coordinate representation of color #C95CE7: hue angle of 287.05º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95CE7 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 92 231 -
CMYK 0.13 0.60 0 0.09
HSL 287.05º 0.74% 0.63% -
HSV(B) 287.05º 0.6% 0.91% -
XYZ 42.34 25.84 78.36 -
YUV 140.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 201 92 231 0.13 0.60 0 0.09 287.05 0.74 0.63
Hex C9 5C E7 D 3C 0 9 11F 4A 3F
Octal 311 134 347 15 74 0 11 437 112 77
Binary 11001001 1011100 11100111 1101 111100 0 1001 100011111 1001010 111111

Color Harmonies of #C95CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CE7

Black with #C95CE7

Text Example


Text Example

White with #C95CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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