Html Css Color HEX #CD63CF Orchid

📋 copy color: '#CD63CF'

red 205 ◦ green 99 ◦ blue 207

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

Shades of Orchid #CD63CF

Tints of Orchid #CD63CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.37%

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

R = 40.12%
G = 19.37%
B = 40.51%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD63CF (or 0xCD63CF) is known color: Orchid. HEX triplet: CD, 63 and CF. RGB value is (205,99,207). Sum of RGB (Red+Green+Blue) = 205+99+207=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD63CF is #329C30. Grayscale: #8E8E8E. Windows color (decimal): -3316785 or 13591501. OLE color: 13591501.

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

Color convert

RGB 205 99 207 -
CMYK 0.01 0.52 0 0.19
HSL 298.89º 0.53% 0.6% -
HSV(B) 298.89º 0.52% 0.81% -
XYZ 40.9 26.41 61.97 -
YUV 143.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 205 99 207 0.01 0.52 0 0.19 298.89 0.53 0.6
Hex CD 63 CF 1 34 0 13 12B 35 3C
Octal 315 143 317 1 64 0 23 453 65 74
Binary 11001101 1100011 11001111 1 110100 0 10011 100101011 110101 111100

Color Harmonies of #CD63CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD63CF

Black with #CD63CF

Text Example


Text Example

White with #CD63CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD63CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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