Html Css Color HEX #C46CCD Orchid

📋 copy color: '#C46CCD'

red 196 ◦ green 108 ◦ blue 205

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

Shades of Orchid #C46CCD

Tints of Orchid #C46CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.22%

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 38.51%
G = 21.22%
B = 40.28%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C46CCD (or 0xC46CCD) is known color: Orchid. HEX triplet: C4, 6C and CD. RGB value is (196,108,205). Sum of RGB (Red+Green+Blue) = 196+108+205=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #C46CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CCD is #3B9332. Grayscale: #919191. Windows color (decimal): -3904307 or 13462724. OLE color: 13462724.

HSL color Cylindrical-coordinate representation of color #C46CCD: hue angle of 294.43º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46CCD is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 108 205 -
CMYK 0.04 0.47 0 0.20
HSL 294.43º 0.49% 0.61% -
HSV(B) 294.43º 0.47% 0.8% -
XYZ 39.15 26.87 60.88 -
YUV 145.37 161.65 164.11 -
System Red Green Blue C M Y K H S L
Decimal 196 108 205 0.04 0.47 0 0.20 294.43 0.49 0.61
Hex C4 6C CD 4 2F 0 14 126 31 3D
Octal 304 154 315 4 57 0 24 446 61 75
Binary 11000100 1101100 11001101 100 101111 0 10100 100100110 110001 111101

Color Harmonies of #C46CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46CCD

Black with #C46CCD

Text Example


Text Example

White with #C46CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46CCD; }

 p { color: rgb(196,108,205); }

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

background-color css

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

 a { background-color: rgb(196,108,205); }

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

border-color css

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

 span { border-color: rgb(196,108,205); }

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