Html Css Color HEX #CD69E1 Orchid

📋 copy color: '#CD69E1'

red 205 ◦ green 105 ◦ blue 225

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

Shades of Orchid #CD69E1

Tints of Orchid #CD69E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.06%

R = 38.32%
G = 19.63%
B = 42.06%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD69E1 (or 0xCD69E1) is known color: Orchid. HEX triplet: CD, 69 and E1. RGB value is (205,105,225). Sum of RGB (Red+Green+Blue) = 205+105+225=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD69E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD69E1 is #32961E. Grayscale: #949494. Windows color (decimal): -3315231 or 14772685. OLE color: 14772685.

HSL color Cylindrical-coordinate representation of color #CD69E1: hue angle of 290º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD69E1 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 105 225 -
CMYK 0.09 0.53 0 0.12
HSL 290º 0.67% 0.65% -
HSV(B) 290º 0.53% 0.88% -
XYZ 43.82 28.52 74.43 -
YUV 148.58 171.13 168.24 -
System Red Green Blue C M Y K H S L
Decimal 205 105 225 0.09 0.53 0 0.12 290 0.67 0.65
Hex CD 69 E1 9 35 0 C 122 43 41
Octal 315 151 341 11 65 0 14 442 103 101
Binary 11001101 1101001 11100001 1001 110101 0 1100 100100010 1000011 1000001

Color Harmonies of #CD69E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD69E1

Black with #CD69E1

Text Example


Text Example

White with #CD69E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD69E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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