Html Css Color HEX #C47DCF Orchid

📋 copy color: '#C47DCF'

red 196 ◦ green 125 ◦ blue 207

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

Shades of Orchid #C47DCF

Tints of Orchid #C47DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.67%

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

R = 37.12%
G = 23.67%
B = 39.2%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C47DCF (or 0xC47DCF) is known color: Orchid. HEX triplet: C4, 7D and CF. RGB value is (196,125,207). Sum of RGB (Red+Green+Blue) = 196+125+207=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #C47DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DCF is #3B8230. Grayscale: #9B9B9B. Windows color (decimal): -3899953 or 13598148. OLE color: 13598148.

HSL color Cylindrical-coordinate representation of color #C47DCF: hue angle of 291.95º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47DCF is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 125 207 -
CMYK 0.05 0.40 0 0.19
HSL 291.95º 0.46% 0.65% -
HSV(B) 291.95º 0.4% 0.81% -
XYZ 41.36 30.91 62.82 -
YUV 155.58 157.02 156.83 -
System Red Green Blue C M Y K H S L
Decimal 196 125 207 0.05 0.40 0 0.19 291.95 0.46 0.65
Hex C4 7D CF 5 28 0 13 124 2E 41
Octal 304 175 317 5 50 0 23 444 56 101
Binary 11000100 1111101 11001111 101 101000 0 10011 100100100 101110 1000001

Color Harmonies of #C47DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DCF

Black with #C47DCF

Text Example


Text Example

White with #C47DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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