Html Css Color HEX #CD6ADF Orchid

📋 copy color: '#CD6ADF'

red 205 ◦ green 106 ◦ blue 223

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

Shades of Orchid #CD6ADF

Tints of Orchid #CD6ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.85%

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

R = 38.39%
G = 19.85%
B = 41.76%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD6ADF (or 0xCD6ADF) is known color: Orchid. HEX triplet: CD, 6A and DF. RGB value is (205,106,223). Sum of RGB (Red+Green+Blue) = 205+106+223=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ADF is #329520. Grayscale: #949494. Windows color (decimal): -3314977 or 14641869. OLE color: 14641869.

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

Color convert

RGB 205 106 223 -
CMYK 0.08 0.52 0 0.13
HSL 290.77º 0.65% 0.65% -
HSV(B) 290.77º 0.52% 0.87% -
XYZ 43.65 28.61 73.03 -
YUV 148.94 169.8 167.99 -
System Red Green Blue C M Y K H S L
Decimal 205 106 223 0.08 0.52 0 0.13 290.77 0.65 0.65
Hex CD 6A DF 8 34 0 D 123 41 41
Octal 315 152 337 10 64 0 15 443 101 101
Binary 11001101 1101010 11011111 1000 110100 0 1101 100100011 1000001 1000001

Color Harmonies of #CD6ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6ADF

Black with #CD6ADF

Text Example


Text Example

White with #CD6ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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