Html Css Color HEX #C95CEA Medium Orchid

📋 copy color: '#C95CEA'

red 201 ◦ green 92 ◦ blue 234

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

Shades of Medium Orchid #C95CEA

Tints of Medium Orchid #C95CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 38.14%
G = 17.46%
B = 44.4%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C95CEA (or 0xC95CEA) is known color: Medium Orchid. HEX triplet: C9, 5C and EA. RGB value is (201,92,234). Sum of RGB (Red+Green+Blue) = 201+92+234=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #C95CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95CEA is #36A315. Grayscale: #8C8C8C. Windows color (decimal): -3580694 or 15359177. OLE color: 15359177.

HSL color Cylindrical-coordinate representation of color #C95CEA: hue angle of 286.06º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C95CEA is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 92 234 -
CMYK 0.14 0.61 0 0.08
HSL 286.06º 0.77% 0.64% -
HSV(B) 286.06º 0.61% 0.92% -
XYZ 42.77 26.01 80.61 -
YUV 140.78 180.61 170.95 -
System Red Green Blue C M Y K H S L
Decimal 201 92 234 0.14 0.61 0 0.08 286.06 0.77 0.64
Hex C9 5C EA E 3D 0 8 11E 4D 40
Octal 311 134 352 16 75 0 10 436 115 100
Binary 11001001 1011100 11101010 1110 111101 0 1000 100011110 1001101 1000000

Color Harmonies of #C95CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CEA

Black with #C95CEA

Text Example


Text Example

White with #C95CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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