Html Css Color HEX #C65BED Medium Orchid

📋 copy color: '#C65BED'

red 198 ◦ green 91 ◦ blue 237

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

Shades of Medium Orchid #C65BED

Tints of Medium Orchid #C65BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 37.64%
G = 17.3%
B = 45.06%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C65BED (or 0xC65BED) is known color: Medium Orchid. HEX triplet: C6, 5B and ED. RGB value is (198,91,237). Sum of RGB (Red+Green+Blue) = 198+91+237=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #C65BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65BED is #39A412. Grayscale: #8B8B8B. Windows color (decimal): -3777555 or 15555526. OLE color: 15555526.

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

Color convert

RGB 198 91 237 -
CMYK 0.16 0.62 0 0.07
HSL 283.97º 0.8% 0.64% -
HSV(B) 283.97º 0.62% 0.93% -
XYZ 42.32 25.6 82.83 -
YUV 139.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 198 91 237 0.16 0.62 0 0.07 283.97 0.8 0.64
Hex C6 5B ED 10 3E 0 7 11C 50 40
Octal 306 133 355 20 76 0 7 434 120 100
Binary 11000110 1011011 11101101 10000 111110 0 111 100011100 1010000 1000000

Color Harmonies of #C65BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BED

Black with #C65BED

Text Example


Text Example

White with #C65BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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