Html Css Color HEX #C64CE9 Medium Orchid

📋 copy color: '#C64CE9'

red 198 ◦ green 76 ◦ blue 233

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

Shades of Medium Orchid #C64CE9

Tints of Medium Orchid #C64CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.96%

R = 39.05%
G = 14.99%
B = 45.96%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C64CE9 (or 0xC64CE9) is known color: Medium Orchid. HEX triplet: C6, 4C and E9. RGB value is (198,76,233). Sum of RGB (Red+Green+Blue) = 198+76+233=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 76 (30.08% from 255 or 14.99% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #C64CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64CE9 is #39B316. Grayscale: #818181. Windows color (decimal): -3781399 or 15289542. OLE color: 15289542.

HSL color Cylindrical-coordinate representation of color #C64CE9: hue angle of 286.62º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64CE9 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 76 233 -
CMYK 0.15 0.67 0 0.09
HSL 286.62º 0.78% 0.61% -
HSV(B) 286.62º 0.67% 0.91% -
XYZ 40.58 23.06 79.4 -
YUV 130.38 185.92 176.23 -
System Red Green Blue C M Y K H S L
Decimal 198 76 233 0.15 0.67 0 0.09 286.62 0.78 0.61
Hex C6 4C E9 F 43 0 9 11F 4E 3D
Octal 306 114 351 17 103 0 11 437 116 75
Binary 11000110 1001100 11101001 1111 1000011 0 1001 100011111 1001110 111101

Color Harmonies of #C64CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CE9

Black with #C64CE9

Text Example


Text Example

White with #C64CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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