Html Css Color HEX #C474DA Orchid

📋 copy color: '#C474DA'

red 196 ◦ green 116 ◦ blue 218

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

Shades of Orchid #C474DA

Tints of Orchid #C474DA

RGB

 RED value IS 196 (76.95% from 255) = 36.98%

 GREEN value IS 116 (45.7% from 255) = 21.89%

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 36.98%
G = 21.89%
B = 41.13%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C474DA (or 0xC474DA) is known color: Orchid. HEX triplet: C4, 74 and DA. RGB value is (196,116,218). Sum of RGB (Red+Green+Blue) = 196+116+218=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #C474DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C474DA is #3B8B25. Grayscale: #979797. Windows color (decimal): -3902246 or 14316740. OLE color: 14316740.

HSL color Cylindrical-coordinate representation of color #C474DA: hue angle of 287.06º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C474DA is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 116 218 -
CMYK 0.10 0.47 0 0.15
HSL 287.06º 0.58% 0.65% -
HSV(B) 287.06º 0.47% 0.85% -
XYZ 41.67 29.29 69.79 -
YUV 151.55 165.5 159.71 -
System Red Green Blue C M Y K H S L
Decimal 196 116 218 0.10 0.47 0 0.15 287.06 0.58 0.65
Hex C4 74 DA A 2F 0 F 11F 3A 41
Octal 304 164 332 12 57 0 17 437 72 101
Binary 11000100 1110100 11011010 1010 101111 0 1111 100011111 111010 1000001

Color Harmonies of #C474DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474DA

Black with #C474DA

Text Example


Text Example

White with #C474DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474DA; }

 p { color: rgb(196,116,218); }

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

background-color css

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

 a { background-color: rgb(196,116,218); }

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

border-color css

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

 span { border-color: rgb(196,116,218); }

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