Html Css Color HEX #C468CF Medium Orchid

📋 copy color: '#C468CF'

red 196 ◦ green 104 ◦ blue 207

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

Shades of Medium Orchid #C468CF

Tints of Medium Orchid #C468CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.51%

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

R = 38.66%
G = 20.51%
B = 40.83%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C468CF (or 0xC468CF) is known color: Medium Orchid. HEX triplet: C4, 68 and CF. RGB value is (196,104,207). Sum of RGB (Red+Green+Blue) = 196+104+207=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #C468CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C468CF is #3B9730. Grayscale: #8E8E8E. Windows color (decimal): -3905329 or 13592772. OLE color: 13592772.

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

Color convert

RGB 196 104 207 -
CMYK 0.05 0.50 0 0.19
HSL 293.59º 0.52% 0.61% -
HSV(B) 293.59º 0.5% 0.81% -
XYZ 38.98 26.14 62.02 -
YUV 143.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 196 104 207 0.05 0.50 0 0.19 293.59 0.52 0.61
Hex C4 68 CF 5 32 0 13 126 34 3D
Octal 304 150 317 5 62 0 23 446 64 75
Binary 11000100 1101000 11001111 101 110010 0 10011 100100110 110100 111101

Color Harmonies of #C468CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C468CF

Black with #C468CF

Text Example


Text Example

White with #C468CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C468CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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