Html Css Color HEX #C95CEB Medium Orchid

📋 copy color: '#C95CEB'

red 201 ◦ green 92 ◦ blue 235

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

Shades of Medium Orchid #C95CEB

Tints of Medium Orchid #C95CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.51%

R = 38.07%
G = 17.42%
B = 44.51%

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

#C95CEB (or 0xC95CEB) is known color: Medium Orchid. HEX triplet: C9, 5C and EB. RGB value is (201,92,235). Sum of RGB (Red+Green+Blue) = 201+92+235=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #C95CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95CEB is #36A314. Grayscale: #8C8C8C. Windows color (decimal): -3580693 or 15424713. OLE color: 15424713.

HSL color Cylindrical-coordinate representation of color #C95CEB: hue angle of 285.73º degrees, saturation: 0.78, 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 #C95CEB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 92 235 -
CMYK 0.14 0.61 0 0.08
HSL 285.73º 0.78% 0.64% -
HSV(B) 285.73º 0.61% 0.92% -
XYZ 42.91 26.07 81.37 -
YUV 140.89 181.11 170.87 -
System Red Green Blue C M Y K H S L
Decimal 201 92 235 0.14 0.61 0 0.08 285.73 0.78 0.64
Hex C9 5C EB E 3D 0 8 11E 4E 40
Octal 311 134 353 16 75 0 10 436 116 100
Binary 11001001 1011100 11101011 1110 111101 0 1000 100011110 1001110 1000000

Color Harmonies of #C95CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95CEB

Black with #C95CEB

Text Example


Text Example

White with #C95CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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