Html Css Color HEX #C481CF Orchid

📋 copy color: '#C481CF'

red 196 ◦ green 129 ◦ blue 207

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

Shades of Orchid #C481CF

Tints of Orchid #C481CF

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.25%

 BLUE value IS 207 (81.25% from 255) = 38.91%

R = 36.84%
G = 24.25%
B = 38.91%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C481CF (or 0xC481CF) is known color: Orchid. HEX triplet: C4, 81 and CF. RGB value is (196,129,207). Sum of RGB (Red+Green+Blue) = 196+129+207=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #C481CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481CF is #3B7E30. Grayscale: #9D9D9D. Windows color (decimal): -3898929 or 13599172. OLE color: 13599172.

HSL color Cylindrical-coordinate representation of color #C481CF: hue angle of 291.54º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C481CF is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 129 207 -
CMYK 0.05 0.38 0 0.19
HSL 291.54º 0.45% 0.66% -
HSV(B) 291.54º 0.38% 0.81% -
XYZ 41.88 31.94 62.99 -
YUV 157.93 155.7 155.16 -
System Red Green Blue C M Y K H S L
Decimal 196 129 207 0.05 0.38 0 0.19 291.54 0.45 0.66
Hex C4 81 CF 5 26 0 13 124 2D 42
Octal 304 201 317 5 46 0 23 444 55 102
Binary 11000100 10000001 11001111 101 100110 0 10011 100100100 101101 1000010

Color Harmonies of #C481CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481CF

Black with #C481CF

Text Example


Text Example

White with #C481CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481CF; }

 p { color: rgb(196,129,207); }

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

background-color css

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

 a { background-color: rgb(196,129,207); }

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

border-color css

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

 span { border-color: rgb(196,129,207); }

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