Html Css Color HEX #CD72E6 Orchid

📋 copy color: '#CD72E6'

red 205 ◦ green 114 ◦ blue 230

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

Shades of Orchid #CD72E6

Tints of Orchid #CD72E6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.77%

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 37.34%
G = 20.77%
B = 41.89%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD72E6 (or 0xCD72E6) is known color: Orchid. HEX triplet: CD, 72 and E6. RGB value is (205,114,230). Sum of RGB (Red+Green+Blue) = 205+114+230=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD72E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD72E6 is #328D19. Grayscale: #9A9A9A. Windows color (decimal): -3312922 or 15102669. OLE color: 15102669.

HSL color Cylindrical-coordinate representation of color #CD72E6: hue angle of 287.07º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD72E6 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 114 230 -
CMYK 0.11 0.50 0 0.10
HSL 287.07º 0.7% 0.67% -
HSV(B) 287.07º 0.5% 0.9% -
XYZ 45.48 30.73 78.4 -
YUV 154.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 205 114 230 0.11 0.50 0 0.10 287.07 0.7 0.67
Hex CD 72 E6 B 32 0 A 11F 46 43
Octal 315 162 346 13 62 0 12 437 106 103
Binary 11001101 1110010 11100110 1011 110010 0 1010 100011111 1000110 1000011

Color Harmonies of #CD72E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD72E6

Black with #CD72E6

Text Example


Text Example

White with #CD72E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD72E6; }

 p { color: rgb(205,114,230); }

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

background-color css

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

 a { background-color: rgb(205,114,230); }

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

border-color css

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

 span { border-color: rgb(205,114,230); }

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