Html Css Color HEX #CD65D5 Orchid

📋 copy color: '#CD65D5'

red 205 ◦ green 101 ◦ blue 213

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

Shades of Orchid #CD65D5

Tints of Orchid #CD65D5

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.46%

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

R = 39.5%
G = 19.46%
B = 41.04%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD65D5 (or 0xCD65D5) is known color: Orchid. HEX triplet: CD, 65 and D5. RGB value is (205,101,213). Sum of RGB (Red+Green+Blue) = 205+101+213=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD65D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD65D5 is #329A2A. Grayscale: #909090. Windows color (decimal): -3316267 or 13985229. OLE color: 13985229.

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

Color convert

RGB 205 101 213 -
CMYK 0.04 0.53 0 0.16
HSL 295.71º 0.57% 0.62% -
HSV(B) 295.71º 0.53% 0.84% -
XYZ 41.84 27.09 65.97 -
YUV 144.86 166.46 170.89 -
System Red Green Blue C M Y K H S L
Decimal 205 101 213 0.04 0.53 0 0.16 295.71 0.57 0.62
Hex CD 65 D5 4 35 0 10 128 39 3E
Octal 315 145 325 4 65 0 20 450 71 76
Binary 11001101 1100101 11010101 100 110101 0 10000 100101000 111001 111110

Color Harmonies of #CD65D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD65D5

Black with #CD65D5

Text Example


Text Example

White with #CD65D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD65D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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