Html Css Color HEX #CD7FCD Orchid

📋 copy color: '#CD7FCD'

red 205 ◦ green 127 ◦ blue 205

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

Shades of Orchid #CD7FCD

Tints of Orchid #CD7FCD

RGB

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

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

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

R = 38.18%
G = 23.65%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CD7FCD (or 0xCD7FCD) is known color: Orchid. HEX triplet: CD, 7F and CD. RGB value is (205,127,205). Sum of RGB (Red+Green+Blue) = 205+127+205=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD7FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FCD is #328032. Grayscale: #9E9E9E. Windows color (decimal): -3309619 or 13467597. OLE color: 13467597.

HSL color Cylindrical-coordinate representation of color #CD7FCD: hue angle of 300º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD7FCD is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 127 205 -
CMYK 0 0.38 0 0.20
HSL 300º 0.44% 0.65% -
HSV(B) 300º 0.38% 0.8% -
XYZ 43.79 32.57 61.74 -
YUV 159.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 205 127 205 0 0.38 0 0.20 300 0.44 0.65
Hex CD 7F CD 0 26 0 14 12C 2C 41
Octal 315 177 315 0 46 0 24 454 54 101
Binary 11001101 1111111 11001101 0 100110 0 10100 100101100 101100 1000001

Color Harmonies of #CD7FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7FCD

Black with #CD7FCD

Text Example


Text Example

White with #CD7FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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