Html Css Color HEX #CD75E1 Orchid

📋 copy color: '#CD75E1'

red 205 ◦ green 117 ◦ blue 225

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

Shades of Orchid #CD75E1

Tints of Orchid #CD75E1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.39%

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

R = 37.48%
G = 21.39%
B = 41.13%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD75E1 (or 0xCD75E1) is known color: Orchid. HEX triplet: CD, 75 and E1. RGB value is (205,117,225). Sum of RGB (Red+Green+Blue) = 205+117+225=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD75E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD75E1 is #328A1E. Grayscale: #9B9B9B. Windows color (decimal): -3312159 or 14775757. OLE color: 14775757.

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

Color convert

RGB 205 117 225 -
CMYK 0.09 0.48 0 0.12
HSL 288.89º 0.64% 0.67% -
HSV(B) 288.89º 0.48% 0.88% -
XYZ 45.13 31.14 74.87 -
YUV 155.62 167.15 163.22 -
System Red Green Blue C M Y K H S L
Decimal 205 117 225 0.09 0.48 0 0.12 288.89 0.64 0.67
Hex CD 75 E1 9 30 0 C 121 40 43
Octal 315 165 341 11 60 0 14 441 100 103
Binary 11001101 1110101 11100001 1001 110000 0 1100 100100001 1000000 1000011

Color Harmonies of #CD75E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD75E1

Black with #CD75E1

Text Example


Text Example

White with #CD75E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD75E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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