Html Css Color HEX #CD65E1 Orchid

📋 copy color: '#CD65E1'

red 205 ◦ green 101 ◦ blue 225

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

Shades of Orchid #CD65E1

Tints of Orchid #CD65E1

RGB

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

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

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

R = 38.61%
G = 19.02%
B = 42.37%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD65E1 (or 0xCD65E1) is known color: Orchid. HEX triplet: CD, 65 and E1. RGB value is (205,101,225). Sum of RGB (Red+Green+Blue) = 205+101+225=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD65E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD65E1 is #329A1E. Grayscale: #919191. Windows color (decimal): -3316255 or 14771661. OLE color: 14771661.

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

Color convert

RGB 205 101 225 -
CMYK 0.09 0.55 0 0.12
HSL 290.32º 0.67% 0.64% -
HSV(B) 290.32º 0.55% 0.88% -
XYZ 43.42 27.72 74.3 -
YUV 146.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 205 101 225 0.09 0.55 0 0.12 290.32 0.67 0.64
Hex CD 65 E1 9 37 0 C 122 43 40
Octal 315 145 341 11 67 0 14 442 103 100
Binary 11001101 1100101 11100001 1001 110111 0 1100 100100010 1000011 1000000

Color Harmonies of #CD65E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD65E1

Black with #CD65E1

Text Example


Text Example

White with #CD65E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD65E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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