Html Css Color HEX #C369D0 Medium Orchid

📋 copy color: '#C369D0'

red 195 ◦ green 105 ◦ blue 208

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

Shades of Medium Orchid #C369D0

Tints of Medium Orchid #C369D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.94%

R = 38.39%
G = 20.67%
B = 40.94%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C369D0 (or 0xC369D0) is known color: Medium Orchid. HEX triplet: C3, 69 and D0. RGB value is (195,105,208). Sum of RGB (Red+Green+Blue) = 195+105+208=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #C369D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C369D0 is #3C962F. Grayscale: #8F8F8F. Windows color (decimal): -3970608 or 13658563. OLE color: 13658563.

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

Color convert

RGB 195 105 208 -
CMYK 0.06 0.50 0 0.18
HSL 292.43º 0.52% 0.61% -
HSV(B) 292.43º 0.5% 0.82% -
XYZ 38.94 26.26 62.69 -
YUV 143.65 164.32 164.62 -
System Red Green Blue C M Y K H S L
Decimal 195 105 208 0.06 0.50 0 0.18 292.43 0.52 0.61
Hex C3 69 D0 6 32 0 12 124 34 3D
Octal 303 151 320 6 62 0 22 444 64 75
Binary 11000011 1101001 11010000 110 110010 0 10010 100100100 110100 111101

Color Harmonies of #C369D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C369D0

Black with #C369D0

Text Example


Text Example

White with #C369D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C369D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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