Html Css Color HEX #CD65CE Orchid

📋 copy color: '#CD65CE'

red 205 ◦ green 101 ◦ blue 206

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

Shades of Orchid #CD65CE

Tints of Orchid #CD65CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 40.04%
G = 19.73%
B = 40.23%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD65CE (or 0xCD65CE) is known color: Orchid. HEX triplet: CD, 65 and CE. RGB value is (205,101,206). Sum of RGB (Red+Green+Blue) = 205+101+206=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD65CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD65CE is #329A31. Grayscale: #8F8F8F. Windows color (decimal): -3316274 or 13526477. OLE color: 13526477.

HSL color Cylindrical-coordinate representation of color #CD65CE: hue angle of 299.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD65CE is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 101 206 -
CMYK 0.00 0.51 0 0.19
HSL 299.43º 0.52% 0.6% -
HSV(B) 299.43º 0.51% 0.81% -
XYZ 40.97 26.74 61.39 -
YUV 144.07 162.96 171.46 -
System Red Green Blue C M Y K H S L
Decimal 205 101 206 0.00 0.51 0 0.19 299.43 0.52 0.6
Hex CD 65 CE 0 33 0 13 12B 34 3C
Octal 315 145 316 0 63 0 23 453 64 74
Binary 11001101 1100101 11001110 0 110011 0 10011 100101011 110100 111100

Color Harmonies of #CD65CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD65CE

Black with #CD65CE

Text Example


Text Example

White with #CD65CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD65CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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