Html Css Color HEX #CD7ADF Orchid

📋 copy color: '#CD7ADF'

red 205 ◦ green 122 ◦ blue 223

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

Shades of Orchid #CD7ADF

Tints of Orchid #CD7ADF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.18%

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

R = 37.27%
G = 22.18%
B = 40.55%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD7ADF (or 0xCD7ADF) is known color: Orchid. HEX triplet: CD, 7A and DF. RGB value is (205,122,223). Sum of RGB (Red+Green+Blue) = 205+122+223=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD7ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ADF is #328520. Grayscale: #9E9E9E. Windows color (decimal): -3310881 or 14645965. OLE color: 14645965.

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

Color convert

RGB 205 122 223 -
CMYK 0.08 0.45 0 0.13
HSL 289.31º 0.61% 0.68% -
HSV(B) 289.31º 0.45% 0.87% -
XYZ 45.46 32.23 73.64 -
YUV 158.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 205 122 223 0.08 0.45 0 0.13 289.31 0.61 0.68
Hex CD 7A DF 8 2D 0 D 121 3D 44
Octal 315 172 337 10 55 0 15 441 75 104
Binary 11001101 1111010 11011111 1000 101101 0 1101 100100001 111101 1000100

Color Harmonies of #CD7ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7ADF

Black with #CD7ADF

Text Example


Text Example

White with #CD7ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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