Html Css Color HEX #C374DA Orchid

📋 copy color: '#C374DA'

red 195 ◦ green 116 ◦ blue 218

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

Shades of Orchid #C374DA

Tints of Orchid #C374DA

RGB

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

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

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

R = 36.86%
G = 21.93%
B = 41.21%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C374DA (or 0xC374DA) is known color: Orchid. HEX triplet: C3, 74 and DA. RGB value is (195,116,218). Sum of RGB (Red+Green+Blue) = 195+116+218=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #C374DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C374DA is #3C8B25. Grayscale: #969696. Windows color (decimal): -3967782 or 14316739. OLE color: 14316739.

HSL color Cylindrical-coordinate representation of color #C374DA: hue angle of 286.47º 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 #C374DA is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 195 116 218 -
CMYK 0.11 0.47 0 0.15
HSL 286.47º 0.58% 0.65% -
HSV(B) 286.47º 0.47% 0.85% -
XYZ 41.41 29.15 69.77 -
YUV 151.25 165.67 159.21 -
System Red Green Blue C M Y K H S L
Decimal 195 116 218 0.11 0.47 0 0.15 286.47 0.58 0.65
Hex C3 74 DA B 2F 0 F 11E 3A 41
Octal 303 164 332 13 57 0 17 436 72 101
Binary 11000011 1110100 11011010 1011 101111 0 1111 100011110 111010 1000001

Color Harmonies of #C374DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C374DA

Black with #C374DA

Text Example


Text Example

White with #C374DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C374DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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