Html Css Color HEX #CD6ACF Orchid

📋 copy color: '#CD6ACF'

red 205 ◦ green 106 ◦ blue 207

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

Shades of Orchid #CD6ACF

Tints of Orchid #CD6ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.46%

 BLUE value IS 207 (81.25% from 255) = 39.96%

R = 39.58%
G = 20.46%
B = 39.96%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD6ACF (or 0xCD6ACF) is known color: Orchid. HEX triplet: CD, 6A and CF. RGB value is (205,106,207). Sum of RGB (Red+Green+Blue) = 205+106+207=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ACF is #329530. Grayscale: #929292. Windows color (decimal): -3314993 or 13593293. OLE color: 13593293.

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

Color convert

RGB 205 106 207 -
CMYK 0.01 0.49 0 0.19
HSL 298.81º 0.51% 0.61% -
HSV(B) 298.81º 0.49% 0.81% -
XYZ 41.59 27.79 62.2 -
YUV 147.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 205 106 207 0.01 0.49 0 0.19 298.81 0.51 0.61
Hex CD 6A CF 1 31 0 13 12B 33 3D
Octal 315 152 317 1 61 0 23 453 63 75
Binary 11001101 1101010 11001111 1 110001 0 10011 100101011 110011 111101

Color Harmonies of #CD6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6ACF

Black with #CD6ACF

Text Example


Text Example

White with #CD6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6ACF; }

 p { color: rgb(205,106,207); }

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

background-color css

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

 a { background-color: rgb(205,106,207); }

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

border-color css

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

 span { border-color: rgb(205,106,207); }

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