Html Css Color HEX #C65AEB Medium Orchid

📋 copy color: '#C65AEB'

red 198 ◦ green 90 ◦ blue 235

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

Shades of Medium Orchid #C65AEB

Tints of Medium Orchid #C65AEB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.21%

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

R = 37.86%
G = 17.21%
B = 44.93%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C65AEB (or 0xC65AEB) is known color: Medium Orchid. HEX triplet: C6, 5A and EB. RGB value is (198,90,235). Sum of RGB (Red+Green+Blue) = 198+90+235=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #C65AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65AEB is #39A514. Grayscale: #8A8A8A. Windows color (decimal): -3777813 or 15424198. OLE color: 15424198.

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

Color convert

RGB 198 90 235 -
CMYK 0.16 0.62 0 0.08
HSL 284.69º 0.78% 0.64% -
HSV(B) 284.69º 0.62% 0.92% -
XYZ 41.94 25.32 81.27 -
YUV 138.82 182.28 170.21 -
System Red Green Blue C M Y K H S L
Decimal 198 90 235 0.16 0.62 0 0.08 284.69 0.78 0.64
Hex C6 5A EB 10 3E 0 8 11D 4E 40
Octal 306 132 353 20 76 0 10 435 116 100
Binary 11000110 1011010 11101011 10000 111110 0 1000 100011101 1001110 1000000

Color Harmonies of #C65AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65AEB

Black with #C65AEB

Text Example


Text Example

White with #C65AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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