Html Css Color HEX #CF6DC4 Orchid

📋 copy color: '#CF6DC4'

red 207 ◦ green 109 ◦ blue 196

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

Shades of Orchid #CF6DC4

Tints of Orchid #CF6DC4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.29%

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 40.43%
G = 21.29%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF6DC4 (or 0xCF6DC4) is known color: Orchid. HEX triplet: CF, 6D and C4. RGB value is (207,109,196). Sum of RGB (Red+Green+Blue) = 207+109+196=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6DC4 is #30923B. Grayscale: #939393. Windows color (decimal): -3183164 or 12873167. OLE color: 12873167.

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

Color convert

RGB 207 109 196 -
CMYK 0 0.47 0.05 0.19
HSL 306.73º 0.51% 0.62% -
HSV(B) 306.73º 0.47% 0.81% -
XYZ 41.16 28.19 55.5 -
YUV 148.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 207 109 196 0 0.47 0.05 0.19 306.73 0.51 0.62
Hex CF 6D C4 0 2F 5 13 133 33 3E
Octal 317 155 304 0 57 5 23 463 63 76
Binary 11001111 1101101 11000100 0 101111 101 10011 100110011 110011 111110

Color Harmonies of #CF6DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6DC4

Black with #CF6DC4

Text Example


Text Example

White with #CF6DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6DC4; }

 p { color: rgb(207,109,196); }

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

background-color css

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

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

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

border-color css

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

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

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