Html Css Color HEX #CD69D0 Orchid

📋 copy color: '#CD69D0'

red 205 ◦ green 105 ◦ blue 208

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

Shades of Orchid #CD69D0

Tints of Orchid #CD69D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.15%

R = 39.58%
G = 20.27%
B = 40.15%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CD69D0 (or 0xCD69D0) is known color: Orchid. HEX triplet: CD, 69 and D0. RGB value is (205,105,208). Sum of RGB (Red+Green+Blue) = 205+105+208=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD69D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD69D0 is #32962F. Grayscale: #929292. Windows color (decimal): -3315248 or 13658573. OLE color: 13658573.

HSL color Cylindrical-coordinate representation of color #CD69D0: hue angle of 298.25º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD69D0 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 105 208 -
CMYK 0.01 0.50 0 0.18
HSL 298.25º 0.52% 0.61% -
HSV(B) 298.25º 0.5% 0.82% -
XYZ 41.61 27.64 62.82 -
YUV 146.64 162.63 169.62 -
System Red Green Blue C M Y K H S L
Decimal 205 105 208 0.01 0.50 0 0.18 298.25 0.52 0.61
Hex CD 69 D0 1 32 0 12 12A 34 3D
Octal 315 151 320 1 62 0 22 452 64 75
Binary 11001101 1101001 11010000 1 110010 0 10010 100101010 110100 111101

Color Harmonies of #CD69D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD69D0

Black with #CD69D0

Text Example


Text Example

White with #CD69D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD69D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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