Html Css Color HEX #C65CED Medium Orchid

📋 copy color: '#C65CED'

red 198 ◦ green 92 ◦ blue 237

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

Shades of Medium Orchid #C65CED

Tints of Medium Orchid #C65CED

RGB

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

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

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

R = 37.57%
G = 17.46%
B = 44.97%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C65CED (or 0xC65CED) is known color: Medium Orchid. HEX triplet: C6, 5C and ED. RGB value is (198,92,237). Sum of RGB (Red+Green+Blue) = 198+92+237=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #C65CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65CED is #39A312. Grayscale: #8B8B8B. Windows color (decimal): -3777299 or 15555782. OLE color: 15555782.

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

Color convert

RGB 198 92 237 -
CMYK 0.16 0.61 0 0.07
HSL 283.86º 0.8% 0.65% -
HSV(B) 283.86º 0.61% 0.93% -
XYZ 42.4 25.77 82.86 -
YUV 140.22 182.62 169.21 -
System Red Green Blue C M Y K H S L
Decimal 198 92 237 0.16 0.61 0 0.07 283.86 0.8 0.65
Hex C6 5C ED 10 3D 0 7 11C 50 41
Octal 306 134 355 20 75 0 7 434 120 101
Binary 11000110 1011100 11101101 10000 111101 0 111 100011100 1010000 1000001

Color Harmonies of #C65CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CED

Black with #C65CED

Text Example


Text Example

White with #C65CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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