Html Css Color HEX #C95CEF Medium Orchid

📋 copy color: '#C95CEF'

red 201 ◦ green 92 ◦ blue 239

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

Shades of Medium Orchid #C95CEF

Tints of Medium Orchid #C95CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 37.78%
G = 17.29%
B = 44.92%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C95CEF (or 0xC95CEF) is known color: Medium Orchid. HEX triplet: C9, 5C and EF. RGB value is (201,92,239). Sum of RGB (Red+Green+Blue) = 201+92+239=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #C95CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95CEF is #36A310. Grayscale: #8C8C8C. Windows color (decimal): -3580689 or 15686857. OLE color: 15686857.

HSL color Cylindrical-coordinate representation of color #C95CEF: hue angle of 284.49º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C95CEF is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 92 239 -
CMYK 0.16 0.62 0 0.06
HSL 284.49º 0.82% 0.65% -
HSV(B) 284.49º 0.62% 0.94% -
XYZ 43.49 26.3 84.45 -
YUV 141.35 183.11 170.55 -
System Red Green Blue C M Y K H S L
Decimal 201 92 239 0.16 0.62 0 0.06 284.49 0.82 0.65
Hex C9 5C EF 10 3E 0 6 11C 52 41
Octal 311 134 357 20 76 0 6 434 122 101
Binary 11001001 1011100 11101111 10000 111110 0 110 100011100 1010010 1000001

Color Harmonies of #C95CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CEF

Black with #C95CEF

Text Example


Text Example

White with #C95CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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