Html Css Color HEX #CD6BDA Orchid

📋 copy color: '#CD6BDA'

red 205 ◦ green 107 ◦ blue 218

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

Shades of Orchid #CD6BDA

Tints of Orchid #CD6BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.19%

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 38.68%
G = 20.19%
B = 41.13%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD6BDA (or 0xCD6BDA) is known color: Orchid. HEX triplet: CD, 6B and DA. RGB value is (205,107,218). Sum of RGB (Red+Green+Blue) = 205+107+218=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6BDA is #329425. Grayscale: #949494. Windows color (decimal): -3314726 or 14314445. OLE color: 14314445.

HSL color Cylindrical-coordinate representation of color #CD6BDA: hue angle of 292.97º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD6BDA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 107 218 -
CMYK 0.06 0.51 0 0.15
HSL 292.97º 0.6% 0.64% -
HSV(B) 292.97º 0.51% 0.85% -
XYZ 43.09 28.56 69.57 -
YUV 148.96 166.97 167.97 -
System Red Green Blue C M Y K H S L
Decimal 205 107 218 0.06 0.51 0 0.15 292.97 0.6 0.64
Hex CD 6B DA 6 33 0 F 125 3C 40
Octal 315 153 332 6 63 0 17 445 74 100
Binary 11001101 1101011 11011010 110 110011 0 1111 100100101 111100 1000000

Color Harmonies of #CD6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6BDA

Black with #CD6BDA

Text Example


Text Example

White with #CD6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6BDA; }

 p { color: rgb(205,107,218); }

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

background-color css

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

 a { background-color: rgb(205,107,218); }

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

border-color css

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

 span { border-color: rgb(205,107,218); }

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