Html Css Color HEX #CF61CD Orchid

📋 copy color: '#CF61CD'

red 207 ◦ green 97 ◦ blue 205

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

Shades of Orchid #CF61CD

Tints of Orchid #CF61CD

RGB

 RED value IS 207 (81.25% from 255) = 40.67%

 GREEN value IS 97 (38.28% from 255) = 19.06%

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 40.67%
G = 19.06%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF61CD (or 0xCF61CD) is known color: Orchid. HEX triplet: CF, 61 and CD. RGB value is (207,97,205). Sum of RGB (Red+Green+Blue) = 207+97+205=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF61CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61CD is #309E32. Grayscale: #8D8D8D. Windows color (decimal): -3186227 or 13459919. OLE color: 13459919.

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

Color convert

RGB 207 97 205 -
CMYK 0 0.53 0.01 0.19
HSL 301.09º 0.53% 0.6% -
HSV(B) 301.09º 0.53% 0.81% -
XYZ 41.03 26.22 60.66 -
YUV 142.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 207 97 205 0 0.53 0.01 0.19 301.09 0.53 0.6
Hex CF 61 CD 0 35 1 13 12D 35 3C
Octal 317 141 315 0 65 1 23 455 65 74
Binary 11001111 1100001 11001101 0 110101 1 10011 100101101 110101 111100

Color Harmonies of #CF61CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF61CD

Black with #CF61CD

Text Example


Text Example

White with #CF61CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF61CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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