Html Css Color HEX #C85CEB Medium Orchid

📋 copy color: '#C85CEB'

red 200 ◦ green 92 ◦ blue 235

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

Shades of Medium Orchid #C85CEB

Tints of Medium Orchid #C85CEB

RGB

 RED value IS 200 (78.52% from 255) = 37.95%

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

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

R = 37.95%
G = 17.46%
B = 44.59%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C85CEB (or 0xC85CEB) is known color: Medium Orchid. HEX triplet: C8, 5C and EB. RGB value is (200,92,235). Sum of RGB (Red+Green+Blue) = 200+92+235=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #C85CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85CEB is #37A314. Grayscale: #8C8C8C. Windows color (decimal): -3646229 or 15424712. OLE color: 15424712.

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

Color convert

RGB 200 92 235 -
CMYK 0.15 0.61 0 0.08
HSL 285.31º 0.78% 0.64% -
HSV(B) 285.31º 0.61% 0.92% -
XYZ 42.64 25.93 81.36 -
YUV 140.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 200 92 235 0.15 0.61 0 0.08 285.31 0.78 0.64
Hex C8 5C EB F 3D 0 8 11D 4E 40
Octal 310 134 353 17 75 0 10 435 116 100
Binary 11001000 1011100 11101011 1111 111101 0 1000 100011101 1001110 1000000

Color Harmonies of #C85CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85CEB

Black with #C85CEB

Text Example


Text Example

White with #C85CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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