Html Css Color HEX #CD71DF Orchid

📋 copy color: '#CD71DF'

red 205 ◦ green 113 ◦ blue 223

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

Shades of Orchid #CD71DF

Tints of Orchid #CD71DF

RGB

 RED value IS 205 (80.47% from 255) = 37.89%

 GREEN value IS 113 (44.53% from 255) = 20.89%

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 37.89%
G = 20.89%
B = 41.22%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD71DF (or 0xCD71DF) is known color: Orchid. HEX triplet: CD, 71 and DF. RGB value is (205,113,223). Sum of RGB (Red+Green+Blue) = 205+113+223=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD71DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD71DF is #328E20. Grayscale: #989898. Windows color (decimal): -3313185 or 14643661. OLE color: 14643661.

HSL color Cylindrical-coordinate representation of color #CD71DF: hue angle of 290.18º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD71DF is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 113 223 -
CMYK 0.08 0.49 0 0.13
HSL 290.18º 0.63% 0.66% -
HSV(B) 290.18º 0.49% 0.87% -
XYZ 44.4 30.12 73.29 -
YUV 153.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 205 113 223 0.08 0.49 0 0.13 290.18 0.63 0.66
Hex CD 71 DF 8 31 0 D 122 3F 42
Octal 315 161 337 10 61 0 15 442 77 102
Binary 11001101 1110001 11011111 1000 110001 0 1101 100100010 111111 1000010

Color Harmonies of #CD71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD71DF

Black with #CD71DF

Text Example


Text Example

White with #CD71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD71DF; }

 p { color: rgb(205,113,223); }

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

background-color css

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

 a { background-color: rgb(205,113,223); }

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

border-color css

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

 span { border-color: rgb(205,113,223); }

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