Html Css Color HEX #CD7DDF Orchid

📋 copy color: '#CD7DDF'

red 205 ◦ green 125 ◦ blue 223

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

Shades of Orchid #CD7DDF

Tints of Orchid #CD7DDF

RGB

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

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

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

R = 37.07%
G = 22.6%
B = 40.33%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD7DDF (or 0xCD7DDF) is known color: Orchid. HEX triplet: CD, 7D and DF. RGB value is (205,125,223). Sum of RGB (Red+Green+Blue) = 205+125+223=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DDF is #328220. Grayscale: #9F9F9F. Windows color (decimal): -3310113 or 14646733. OLE color: 14646733.

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

Color convert

RGB 205 125 223 -
CMYK 0.08 0.44 0 0.13
HSL 288.98º 0.6% 0.68% -
HSV(B) 288.98º 0.44% 0.87% -
XYZ 45.83 32.97 73.76 -
YUV 160.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 205 125 223 0.08 0.44 0 0.13 288.98 0.6 0.68
Hex CD 7D DF 8 2C 0 D 121 3C 44
Octal 315 175 337 10 54 0 15 441 74 104
Binary 11001101 1111101 11011111 1000 101100 0 1101 100100001 111100 1000100

Color Harmonies of #CD7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7DDF

Black with #CD7DDF

Text Example


Text Example

White with #CD7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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