Html Css Color HEX #C64CED Medium Orchid

📋 copy color: '#C64CED'

red 198 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #C64CED

Tints of Medium Orchid #C64CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.87%

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

R = 38.75%
G = 14.87%
B = 46.38%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C64CED (or 0xC64CED) is known color: Medium Orchid. HEX triplet: C6, 4C and ED. RGB value is (198,76,237). Sum of RGB (Red+Green+Blue) = 198+76+237=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #C64CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64CED is #39B312. Grayscale: #828282. Windows color (decimal): -3781395 or 15551686. OLE color: 15551686.

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

Color convert

RGB 198 76 237 -
CMYK 0.16 0.68 0 0.07
HSL 285.47º 0.82% 0.61% -
HSV(B) 285.47º 0.68% 0.93% -
XYZ 41.16 23.29 82.45 -
YUV 130.83 187.92 175.91 -
System Red Green Blue C M Y K H S L
Decimal 198 76 237 0.16 0.68 0 0.07 285.47 0.82 0.61
Hex C6 4C ED 10 44 0 7 11D 52 3D
Octal 306 114 355 20 104 0 7 435 122 75
Binary 11000110 1001100 11101101 10000 1000100 0 111 100011101 1010010 111101

Color Harmonies of #C64CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CED

Black with #C64CED

Text Example


Text Example

White with #C64CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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