Html Css Color HEX #CD7FDC Orchid

📋 copy color: '#CD7FDC'

red 205 ◦ green 127 ◦ blue 220

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

Shades of Orchid #CD7FDC

Tints of Orchid #CD7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.01%

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 37.14%
G = 23.01%
B = 39.86%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD7FDC (or 0xCD7FDC) is known color: Orchid. HEX triplet: CD, 7F and DC. RGB value is (205,127,220). Sum of RGB (Red+Green+Blue) = 205+127+220=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FDC is #328023. Grayscale: #A0A0A0. Windows color (decimal): -3309604 or 14450637. OLE color: 14450637.

HSL color Cylindrical-coordinate representation of color #CD7FDC: hue angle of 290.32º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD7FDC is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 127 220 -
CMYK 0.07 0.42 0 0.14
HSL 290.32º 0.57% 0.68% -
HSV(B) 290.32º 0.42% 0.86% -
XYZ 45.68 33.33 71.73 -
YUV 160.92 161.34 159.44 -
System Red Green Blue C M Y K H S L
Decimal 205 127 220 0.07 0.42 0 0.14 290.32 0.57 0.68
Hex CD 7F DC 7 2A 0 E 122 39 44
Octal 315 177 334 7 52 0 16 442 71 104
Binary 11001101 1111111 11011100 111 101010 0 1110 100100010 111001 1000100

Color Harmonies of #CD7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7FDC

Black with #CD7FDC

Text Example


Text Example

White with #CD7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7FDC; }

 p { color: rgb(205,127,220); }

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

background-color css

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

 a { background-color: rgb(205,127,220); }

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

border-color css

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

 span { border-color: rgb(205,127,220); }

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