Html Css Color HEX #C464CF Medium Orchid

📋 copy color: '#C464CF'

red 196 ◦ green 100 ◦ blue 207

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

Shades of Medium Orchid #C464CF

Tints of Medium Orchid #C464CF

RGB

 RED value IS 196 (76.95% from 255) = 38.97%

 GREEN value IS 100 (39.45% from 255) = 19.88%

 BLUE value IS 207 (81.25% from 255) = 41.15%

R = 38.97%
G = 19.88%
B = 41.15%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C464CF (or 0xC464CF) is known color: Medium Orchid. HEX triplet: C4, 64 and CF. RGB value is (196,100,207). Sum of RGB (Red+Green+Blue) = 196+100+207=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #C464CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C464CF is #3B9B30. Grayscale: #8C8C8C. Windows color (decimal): -3906353 or 13591748. OLE color: 13591748.

HSL color Cylindrical-coordinate representation of color #C464CF: hue angle of 293.83º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C464CF is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 100 207 -
CMYK 0.05 0.52 0 0.19
HSL 293.83º 0.53% 0.6% -
HSV(B) 293.83º 0.52% 0.81% -
XYZ 38.58 25.36 61.89 -
YUV 140.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 196 100 207 0.05 0.52 0 0.19 293.83 0.53 0.6
Hex C4 64 CF 5 34 0 13 126 35 3C
Octal 304 144 317 5 64 0 23 446 65 74
Binary 11000100 1100100 11001111 101 110100 0 10011 100100110 110101 111100

Color Harmonies of #C464CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C464CF

Black with #C464CF

Text Example


Text Example

White with #C464CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C464CF; }

 p { color: rgb(196,100,207); }

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

background-color css

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

 a { background-color: rgb(196,100,207); }

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

border-color css

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

 span { border-color: rgb(196,100,207); }

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