Html Css Color HEX #C65BEB Medium Orchid

📋 copy color: '#C65BEB'

red 198 ◦ green 91 ◦ blue 235

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

Shades of Medium Orchid #C65BEB

Tints of Medium Orchid #C65BEB

RGB

 RED value IS 198 (77.73% from 255) = 37.79%

 GREEN value IS 91 (35.94% from 255) = 17.37%

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

R = 37.79%
G = 17.37%
B = 44.85%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C65BEB (or 0xC65BEB) is known color: Medium Orchid. HEX triplet: C6, 5B and EB. RGB value is (198,91,235). Sum of RGB (Red+Green+Blue) = 198+91+235=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #C65BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65BEB is #39A414. Grayscale: #8A8A8A. Windows color (decimal): -3777557 or 15424454. OLE color: 15424454.

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

Color convert

RGB 198 91 235 -
CMYK 0.16 0.61 0 0.08
HSL 284.58º 0.78% 0.64% -
HSV(B) 284.58º 0.61% 0.92% -
XYZ 42.03 25.49 81.3 -
YUV 139.41 181.95 169.79 -
System Red Green Blue C M Y K H S L
Decimal 198 91 235 0.16 0.61 0 0.08 284.58 0.78 0.64
Hex C6 5B EB 10 3D 0 8 11D 4E 40
Octal 306 133 353 20 75 0 10 435 116 100
Binary 11000110 1011011 11101011 10000 111101 0 1000 100011101 1001110 1000000

Color Harmonies of #C65BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BEB

Black with #C65BEB

Text Example


Text Example

White with #C65BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BEB; }

 p { color: rgb(198,91,235); }

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

background-color css

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

 a { background-color: rgb(198,91,235); }

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

border-color css

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

 span { border-color: rgb(198,91,235); }

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