Html Css Color HEX #C064F2 Medium Orchid

📋 copy color: '#C064F2'

red 192 ◦ green 100 ◦ blue 242

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

Shades of Medium Orchid #C064F2

Tints of Medium Orchid #C064F2

RGB

 RED value IS 192 (75.39% from 255) = 35.96%

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

 BLUE value IS 242 (94.92% from 255) = 45.32%

R = 35.96%
G = 18.73%
B = 45.32%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C064F2 (or 0xC064F2) is known color: Medium Orchid. HEX triplet: C0, 64 and F2. RGB value is (192,100,242). Sum of RGB (Red+Green+Blue) = 192+100+242=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #C064F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C064F2 is #3F9B0D. Grayscale: #8F8F8F. Windows color (decimal): -4168462 or 15885504. OLE color: 15885504.

HSL color Cylindrical-coordinate representation of color #C064F2: hue angle of 278.87º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C064F2 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 100 242 -
CMYK 0.21 0.59 0 0.05
HSL 278.87º 0.85% 0.67% -
HSV(B) 278.87º 0.59% 0.95% -
XYZ 42.32 26.73 86.93 -
YUV 143.7 183.48 162.45 -
System Red Green Blue C M Y K H S L
Decimal 192 100 242 0.21 0.59 0 0.05 278.87 0.85 0.67
Hex C0 64 F2 15 3B 0 5 117 55 43
Octal 300 144 362 25 73 0 5 427 125 103
Binary 11000000 1100100 11110010 10101 111011 0 101 100010111 1010101 1000011

Color Harmonies of #C064F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064F2

Black with #C064F2

Text Example


Text Example

White with #C064F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064F2; }

 p { color: rgb(192,100,242); }

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

background-color css

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

 a { background-color: rgb(192,100,242); }

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

border-color css

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

 span { border-color: rgb(192,100,242); }

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