Html Css Color HEX #C37ACC Orchid

📋 copy color: '#C37ACC'

red 195 ◦ green 122 ◦ blue 204

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

Shades of Orchid #C37ACC

Tints of Orchid #C37ACC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.42%

 BLUE value IS 204 (80.08% from 255) = 39.16%

R = 37.43%
G = 23.42%
B = 39.16%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C37ACC (or 0xC37ACC) is known color: Orchid. HEX triplet: C3, 7A and CC. RGB value is (195,122,204). Sum of RGB (Red+Green+Blue) = 195+122+204=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #C37ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37ACC is #3C8533. Grayscale: #989898. Windows color (decimal): -3966260 or 13400771. OLE color: 13400771.

HSL color Cylindrical-coordinate representation of color #C37ACC: hue angle of 293.41º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C37ACC is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 122 204 -
CMYK 0.04 0.40 0 0.2
HSL 293.41º 0.45% 0.64% -
HSV(B) 293.41º 0.4% 0.8% -
XYZ 40.36 29.88 60.77 -
YUV 153.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 195 122 204 0.04 0.40 0 0.2 293.41 0.45 0.64
Hex C3 7A CC 4 28 0 14 125 2D 40
Octal 303 172 314 4 50 0 24 445 55 100
Binary 11000011 1111010 11001100 100 101000 0 10100 100100101 101101 1000000

Color Harmonies of #C37ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37ACC

Black with #C37ACC

Text Example


Text Example

White with #C37ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37ACC; }

 p { color: rgb(195,122,204); }

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

background-color css

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

 a { background-color: rgb(195,122,204); }

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

border-color css

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

 span { border-color: rgb(195,122,204); }

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