Html Css Color HEX #C369D5 Medium Orchid

📋 copy color: '#C369D5'

red 195 ◦ green 105 ◦ blue 213

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

Shades of Medium Orchid #C369D5

Tints of Medium Orchid #C369D5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.47%

 BLUE value IS 213 (83.59% from 255) = 41.52%

R = 38.01%
G = 20.47%
B = 41.52%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C369D5 (or 0xC369D5) is known color: Medium Orchid. HEX triplet: C3, 69 and D5. RGB value is (195,105,213). Sum of RGB (Red+Green+Blue) = 195+105+213=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #C369D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369D5 is #3C962A. Grayscale: #8F8F8F. Windows color (decimal): -3970603 or 13986243. OLE color: 13986243.

HSL color Cylindrical-coordinate representation of color #C369D5: hue angle of 290º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C369D5 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 105 213 -
CMYK 0.08 0.51 0 0.16
HSL 290º 0.56% 0.62% -
HSV(B) 290º 0.51% 0.84% -
XYZ 39.57 26.51 65.98 -
YUV 144.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 195 105 213 0.08 0.51 0 0.16 290 0.56 0.62
Hex C3 69 D5 8 33 0 10 122 38 3E
Octal 303 151 325 10 63 0 20 442 70 76
Binary 11000011 1101001 11010101 1000 110011 0 10000 100100010 111000 111110

Color Harmonies of #C369D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369D5

Black with #C369D5

Text Example


Text Example

White with #C369D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369D5; }

 p { color: rgb(195,105,213); }

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

background-color css

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

 a { background-color: rgb(195,105,213); }

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

border-color css

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

 span { border-color: rgb(195,105,213); }

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