Html Css Color HEX #CD69D3 Orchid

📋 copy color: '#CD69D3'

red 205 ◦ green 105 ◦ blue 211

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

Shades of Orchid #CD69D3

Tints of Orchid #CD69D3

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.15%

 BLUE value IS 211 (82.81% from 255) = 40.5%

R = 39.35%
G = 20.15%
B = 40.5%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CD69D3 (or 0xCD69D3) is known color: Orchid. HEX triplet: CD, 69 and D3. RGB value is (205,105,211). Sum of RGB (Red+Green+Blue) = 205+105+211=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD69D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD69D3 is #32962C. Grayscale: #929292. Windows color (decimal): -3315245 or 13855181. OLE color: 13855181.

HSL color Cylindrical-coordinate representation of color #CD69D3: hue angle of 296.6º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD69D3 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 105 211 -
CMYK 0.03 0.50 0 0.17
HSL 296.6º 0.55% 0.62% -
HSV(B) 296.6º 0.5% 0.83% -
XYZ 41.99 27.79 64.78 -
YUV 146.98 164.13 169.38 -
System Red Green Blue C M Y K H S L
Decimal 205 105 211 0.03 0.50 0 0.17 296.6 0.55 0.62
Hex CD 69 D3 3 32 0 11 129 37 3E
Octal 315 151 323 3 62 0 21 451 67 76
Binary 11001101 1101001 11010011 11 110010 0 10001 100101001 110111 111110

Color Harmonies of #CD69D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD69D3

Black with #CD69D3

Text Example


Text Example

White with #CD69D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD69D3; }

 p { color: rgb(205,105,211); }

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

background-color css

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

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

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

border-color css

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

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

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