Html Css Color HEX #CD68D5 Orchid

📋 copy color: '#CD68D5'

red 205 ◦ green 104 ◦ blue 213

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

Shades of Orchid #CD68D5

Tints of Orchid #CD68D5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.92%

 BLUE value IS 213 (83.59% from 255) = 40.8%

R = 39.27%
G = 19.92%
B = 40.8%

CMYK

 C value IS 0.04

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD68D5 (or 0xCD68D5) is known color: Orchid. HEX triplet: CD, 68 and D5. RGB value is (205,104,213). Sum of RGB (Red+Green+Blue) = 205+104+213=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD68D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD68D5 is #32972A. Grayscale: #929292. Windows color (decimal): -3315499 or 13985997. OLE color: 13985997.

HSL color Cylindrical-coordinate representation of color #CD68D5: hue angle of 295.6º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD68D5 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 104 213 -
CMYK 0.04 0.51 0 0.16
HSL 295.6º 0.56% 0.62% -
HSV(B) 295.6º 0.51% 0.84% -
XYZ 42.14 27.68 66.07 -
YUV 146.63 165.46 169.64 -
System Red Green Blue C M Y K H S L
Decimal 205 104 213 0.04 0.51 0 0.16 295.6 0.56 0.62
Hex CD 68 D5 4 33 0 10 128 38 3E
Octal 315 150 325 4 63 0 20 450 70 76
Binary 11001101 1101000 11010101 100 110011 0 10000 100101000 111000 111110

Color Harmonies of #CD68D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD68D5

Black with #CD68D5

Text Example


Text Example

White with #CD68D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD68D5; }

 p { color: rgb(205,104,213); }

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

background-color css

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

 a { background-color: rgb(205,104,213); }

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

border-color css

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

 span { border-color: rgb(205,104,213); }

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