Html Css Color HEX #C344CF Medium Orchid

📋 copy color: '#C344CF'

red 195 ◦ green 68 ◦ blue 207

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

Shades of Medium Orchid #C344CF

Tints of Medium Orchid #C344CF

RGB

 RED value IS 195 (76.56% from 255) = 41.49%

 GREEN value IS 68 (26.95% from 255) = 14.47%

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

R = 41.49%
G = 14.47%
B = 44.04%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C344CF (or 0xC344CF) is known color: Medium Orchid. HEX triplet: C3, 44 and CF. RGB value is (195,68,207). Sum of RGB (Red+Green+Blue) = 195+68+207=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #C344CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344CF is #3CBB30. Grayscale: #797979. Windows color (decimal): -3980081 or 13583555. OLE color: 13583555.

HSL color Cylindrical-coordinate representation of color #C344CF: hue angle of 294.82º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C344CF is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 68 207 -
CMYK 0.06 0.67 0 0.19
HSL 294.82º 0.59% 0.54% -
HSV(B) 294.82º 0.67% 0.81% -
XYZ 35.84 20.24 61.05 -
YUV 121.82 176.08 180.2 -
System Red Green Blue C M Y K H S L
Decimal 195 68 207 0.06 0.67 0 0.19 294.82 0.59 0.54
Hex C3 44 CF 6 43 0 13 127 3B 36
Octal 303 104 317 6 103 0 23 447 73 66
Binary 11000011 1000100 11001111 110 1000011 0 10011 100100111 111011 110110

Color Harmonies of #C344CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344CF

Black with #C344CF

Text Example


Text Example

White with #C344CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344CF; }

 p { color: rgb(195,68,207); }

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

background-color css

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

 a { background-color: rgb(195,68,207); }

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

border-color css

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

 span { border-color: rgb(195,68,207); }

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