Html Css Color HEX #CF6ACF Orchid

📋 copy color: '#CF6ACF'

red 207 ◦ green 106 ◦ blue 207

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

Shades of Orchid #CF6ACF

Tints of Orchid #CF6ACF

RGB

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

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

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

R = 39.81%
G = 20.38%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF6ACF (or 0xCF6ACF) is known color: Orchid. HEX triplet: CF, 6A and CF. RGB value is (207,106,207). Sum of RGB (Red+Green+Blue) = 207+106+207=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ACF is #309530. Grayscale: #939393. Windows color (decimal): -3183921 or 13593295. OLE color: 13593295.

HSL color Cylindrical-coordinate representation of color #CF6ACF: hue angle of 300º 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 #CF6ACF is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 106 207 -
CMYK 0 0.49 0 0.19
HSL 300º 0.51% 0.61% -
HSV(B) 300º 0.49% 0.81% -
XYZ 42.15 28.08 62.23 -
YUV 147.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 207 106 207 0 0.49 0 0.19 300 0.51 0.61
Hex CF 6A CF 0 31 0 13 12C 33 3D
Octal 317 152 317 0 61 0 23 454 63 75
Binary 11001111 1101010 11001111 0 110001 0 10011 100101100 110011 111101

Color Harmonies of #CF6ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6ACF

Black with #CF6ACF

Text Example


Text Example

White with #CF6ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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