Html Css Color HEX #C482CF Orchid

📋 copy color: '#C482CF'

red 196 ◦ green 130 ◦ blue 207

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

Shades of Orchid #C482CF

Tints of Orchid #C482CF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.39%

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

R = 36.77%
G = 24.39%
B = 38.84%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C482CF (or 0xC482CF) is known color: Orchid. HEX triplet: C4, 82 and CF. RGB value is (196,130,207). Sum of RGB (Red+Green+Blue) = 196+130+207=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #C482CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482CF is #3B7D30. Grayscale: #9E9E9E. Windows color (decimal): -3898673 or 13599428. OLE color: 13599428.

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

Color convert

RGB 196 130 207 -
CMYK 0.05 0.37 0 0.19
HSL 291.43º 0.45% 0.66% -
HSV(B) 291.43º 0.37% 0.81% -
XYZ 42.01 32.21 63.03 -
YUV 158.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 196 130 207 0.05 0.37 0 0.19 291.43 0.45 0.66
Hex C4 82 CF 5 25 0 13 123 2D 42
Octal 304 202 317 5 45 0 23 443 55 102
Binary 11000100 10000010 11001111 101 100101 0 10011 100100011 101101 1000010

Color Harmonies of #C482CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482CF

Black with #C482CF

Text Example


Text Example

White with #C482CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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