Html Css Color HEX #C375DD Orchid

📋 copy color: '#C375DD'

red 195 ◦ green 117 ◦ blue 221

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

Shades of Orchid #C375DD

Tints of Orchid #C375DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.95%

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 36.59%
G = 21.95%
B = 41.46%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C375DD (or 0xC375DD) is known color: Orchid. HEX triplet: C3, 75 and DD. RGB value is (195,117,221). Sum of RGB (Red+Green+Blue) = 195+117+221=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #C375DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375DD is #3C8A22. Grayscale: #979797. Windows color (decimal): -3967523 or 14513603. OLE color: 14513603.

HSL color Cylindrical-coordinate representation of color #C375DD: hue angle of 285º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C375DD is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 117 221 -
CMYK 0.12 0.47 0 0.13
HSL 285º 0.6% 0.66% -
HSV(B) 285º 0.47% 0.87% -
XYZ 41.92 29.55 71.9 -
YUV 152.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 195 117 221 0.12 0.47 0 0.13 285 0.6 0.66
Hex C3 75 DD C 2F 0 D 11D 3C 42
Octal 303 165 335 14 57 0 15 435 74 102
Binary 11000011 1110101 11011101 1100 101111 0 1101 100011101 111100 1000010

Color Harmonies of #C375DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375DD

Black with #C375DD

Text Example


Text Example

White with #C375DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375DD; }

 p { color: rgb(195,117,221); }

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

background-color css

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

 a { background-color: rgb(195,117,221); }

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

border-color css

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

 span { border-color: rgb(195,117,221); }

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