Html Css Color HEX #CF6AD0 Orchid

📋 copy color: '#CF6AD0'

red 207 ◦ green 106 ◦ blue 208

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

Shades of Orchid #CF6AD0

Tints of Orchid #CF6AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.92%

R = 39.73%
G = 20.35%
B = 39.92%

CMYK

 C value IS 0.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF6AD0 (or 0xCF6AD0) is known color: Orchid. HEX triplet: CF, 6A and D0. RGB value is (207,106,208). Sum of RGB (Red+Green+Blue) = 207+106+208=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF6AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6AD0 is #30952F. Grayscale: #939393. Windows color (decimal): -3183920 or 13658831. OLE color: 13658831.

HSL color Cylindrical-coordinate representation of color #CF6AD0: hue angle of 299.41º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6AD0 is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 106 208 -
CMYK 0.00 0.49 0 0.18
HSL 299.41º 0.52% 0.62% -
HSV(B) 299.41º 0.49% 0.82% -
XYZ 42.27 28.13 62.88 -
YUV 147.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 207 106 208 0.00 0.49 0 0.18 299.41 0.52 0.62
Hex CF 6A D0 0 31 0 12 12B 34 3E
Octal 317 152 320 0 61 0 22 453 64 76
Binary 11001111 1101010 11010000 0 110001 0 10010 100101011 110100 111110

Color Harmonies of #CF6AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6AD0

Black with #CF6AD0

Text Example


Text Example

White with #CF6AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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